Skip to content

Commit 198270e

Browse files
committed
add: manual cancellation result code
Signed-off-by: alperozturk <[email protected]>
1 parent cbf26be commit 198270e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/owncloud/android/lib/common/operations/RemoteOperationResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public enum ResultCode {
140140
SIGNING_TOS_NEEDED,
141141

142142
// Cancelled by user
143-
MANUAL_CANCELLED
143+
USER_CANCELLED
144144
}
145145

146146
private boolean mSuccess = false;

0 commit comments

Comments
 (0)