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

Commit 7a286d83 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 5620754: don't show pattern screen after SIM PUK unlock" into ics-mr1

parents 755a967b 28a07677
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -583,8 +583,7 @@ public class KeyguardUpdateMonitor {
     * through mHandler, this *must* be called from the UI thread.
     */
    public void reportSimUnlocked() {
        mSimState = IccCard.State.READY;
        handleSimStateChange(new SimArgs(mSimState));
        handleSimStateChange(new SimArgs(IccCard.State.READY));
    }

    public boolean isKeyguardBypassEnabled() {