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

Commit 56e26e42 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 am: 12209ab7

am: 297d59b6

Change-Id: I09bad387ffcce33c23986d129e265504d6b7525f
parents 818cc182 297d59b6
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();
            }
        }
    }