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

Commit 4e6c4ad7 authored by Tobias Kaminsky's avatar Tobias Kaminsky Committed by GitHub
Browse files

Merge pull request #69 from nextcloud/add-lock-failure-status

Add lock failed error
parents e4014edc de96e338
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;