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

Added DELAYED_FOR_WIFI to RemoteOperationResult

This commit is contained in:
David A. Velasco 2016-02-23 16:58:56 +01:00
parent e7891c4acb
commit e6eb4b6e53

View File

@ -108,7 +108,9 @@ public class RemoteOperationResult implements Serializable {
PARTIAL_MOVE_DONE, PARTIAL_MOVE_DONE,
PARTIAL_COPY_DONE, PARTIAL_COPY_DONE,
SHARE_WRONG_PARAMETER, 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; private boolean mSuccess = false;