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

Commit de96e338 authored by Mario Danic's avatar Mario Danic
Browse files

Add lock failed error



Signed-off-by: default avatarMario Danic <mario@lovelyhq.com>
parent e4014edc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -120,7 +120,8 @@ public class RemoteOperationResult implements Serializable {
        DELAYED_FOR_CHARGING,
        LOCAL_FILE_NOT_FOUND,
        NOT_AVAILABLE,
        MAINTENANCE_MODE
        MAINTENANCE_MODE,
        LOCK_FAILED
    }

    private boolean mSuccess = false;