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

Commit df6e31ae authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SharedPreferences may not be committed." into sc-dev

parents 892ca83f e3912533
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;
    }