mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
New Result code added to RemoteOperationResult
This commit is contained in:
committed by
David A. Velasco
parent
e6eb4b6e53
commit
023d8107ca
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user