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

Commit 12209ab7 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Fix mismatching SIM PIN state" am: 428962e7

am: f3dfb26b

Change-Id: I111962f516598bf7b7727d4845dda2e507e008af
parents 2d7b90be f3dfb26b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -141,6 +141,7 @@ public class UiccCardApplication {
            AppType oldAppType = mAppType;
            AppState oldAppState = mAppState;
            PersoSubState oldPersoSubState = mPersoSubState;
            PinState oldPin1State = mPin1State;
            mAppType = as.app_type;
            mAuthContext = getAuthContext(mAppType);
            mAppState = as.app_state;
@@ -173,6 +174,9 @@ public class UiccCardApplication {
                }
                notifyPinLockedRegistrantsIfNeeded(null);
                notifyReadyRegistrantsIfNeeded(null);
            } else {
                if (mPin1State != oldPin1State)
                    queryPin1State();
            }
        }
    }