mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-19 20:32:57 +00:00
Added operation to move remote files
This commit is contained in:
@@ -101,7 +101,9 @@ public class RemoteOperationResult implements Serializable {
|
||||
LOCAL_STORAGE_NOT_REMOVED,
|
||||
FORBIDDEN,
|
||||
SHARE_FORBIDDEN,
|
||||
OK_REDIRECT_TO_NON_SECURE_CONNECTION
|
||||
OK_REDIRECT_TO_NON_SECURE_CONNECTION,
|
||||
INVALID_MOVE_INTO_DESCENDANT,
|
||||
PARTIAL_MOVE_DONE
|
||||
}
|
||||
|
||||
private boolean mSuccess = false;
|
||||
|
||||
Reference in New Issue
Block a user