1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 08:22:56 +00:00

Merge branch 'develop' into fix_issue_482

This commit is contained in:
masensio
2014-05-21 09:27:19 +02:00
@@ -97,7 +97,8 @@ public class RemoteOperationResult implements Serializable {
ACCOUNT_NOT_NEW,
ACCOUNT_NOT_THE_SAME,
INVALID_CHARACTER_IN_NAME,
SHARE_NOT_FOUND
SHARE_NOT_FOUND,
LOCAL_STORAGE_NOT_REMOVED
}
private boolean mSuccess = false;