mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 00:16:09 +00:00
Added DELAYED_FOR_WIFI to RemoteOperationResult
This commit is contained in:
parent
e7891c4acb
commit
e6eb4b6e53
@ -108,7 +108,9 @@ public class RemoteOperationResult implements Serializable {
|
||||
PARTIAL_MOVE_DONE,
|
||||
PARTIAL_COPY_DONE,
|
||||
SHARE_WRONG_PARAMETER,
|
||||
WRONG_SERVER_RESPONSE, INVALID_CHARACTER_DETECT_IN_SERVER
|
||||
WRONG_SERVER_RESPONSE,
|
||||
INVALID_CHARACTER_DETECT_IN_SERVER,
|
||||
DELAYED_FOR_WIFI
|
||||
}
|
||||
|
||||
private boolean mSuccess = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user