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

Commit 9e4e09d1 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "PIN state shall never be confused"

am: f8d453bf

Change-Id: I5206471b665afc0949a4640bd64300739cdc1e72
parents 2396f69e f8d453bf
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -304,10 +304,6 @@ public class UiccCardApplication {

                mIccLockEnabled = (ints[0] != 0);

                if (mIccLockEnabled) {
                    mPinLockedRegistrants.notifyRegistrants();
                }

                // Sanity check: we expect mPin1State to match mIccLockEnabled.
                // When mPin1State is DISABLED mIccLockEanbled should be false.
                // When mPin1State is ENABLED mIccLockEnabled should be true.