From e6eb4b6e539ef3443acb077e93a4b898f0b3c085 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Tue, 23 Feb 2016 16:58:56 +0100 Subject: [PATCH] Added DELAYED_FOR_WIFI to RemoteOperationResult --- .../android/lib/common/operations/RemoteOperationResult.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java b/src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java index 28709905..828ef9f16 100644 --- a/src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java +++ b/src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java @@ -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;