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

Merge pull request #25 from owncloud/refactor_update_filelist_from_database

Added result for error in local removal
This commit is contained in:
masensio 2014-05-20 14:03:14 +02:00
commit 7c481f7a70

View File

@ -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;