Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16d237e4 authored by David A. Velasco's avatar David A. Velasco
Browse files

Added ResultCode for failed local removal

parent 21577231
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;