1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

New Result code added to RemoteOperationResult

This commit is contained in:
Juan Carlos González Cabrero 2016-02-24 10:26:51 +01:00 committed by David A. Velasco
parent e6eb4b6e53
commit 023d8107ca

View File

@ -110,7 +110,8 @@ public class RemoteOperationResult implements Serializable {
SHARE_WRONG_PARAMETER,
WRONG_SERVER_RESPONSE,
INVALID_CHARACTER_DETECT_IN_SERVER,
DELAYED_FOR_WIFI
DELAYED_FOR_WIFI,
LOCAL_FILE_NOT_FOUND
}
private boolean mSuccess = false;