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

Commit d8cbb262 authored by Michele Berionne's avatar Michele Berionne Committed by Gerrit Code Review
Browse files

Merge "SharedPreferences may not be committed."

parents e145f221 136bcf30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -757,7 +757,7 @@ public class PinStorage extends Handler {
            logv("Deleting PIN for slot %d (if existed)", slotId);
        }

        mLastCommitResult = result && editor.commit();
        mLastCommitResult = editor.commit() && result;
        return mLastCommitResult;
    }