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

Commit 803dd533 authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

Merge pull request #88 from stalker314314/delay-upload-in-power-save-mode

Adding new ResultCode to signify power save mode upload delay
parents 965bf4bd bc99359d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -121,7 +121,8 @@ public class RemoteOperationResult implements Serializable {
        LOCAL_FILE_NOT_FOUND,
        NOT_AVAILABLE,
        MAINTENANCE_MODE,
        LOCK_FAILED
        LOCK_FAILED,
        DELAYED_IN_POWER_SAVE_MODE
    }

    private boolean mSuccess = false;