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

Commit 0b92eb4b authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am 1aff11be: am 7a286d83: Merge "Fix 5620754: don\'t show pattern screen after...

am 1aff11be: am 7a286d83: Merge "Fix 5620754: don\'t show pattern screen after SIM PUK unlock" into ics-mr1

* commit '1aff11be':
  Fix 5620754: don't show pattern screen after SIM PUK unlock
parents 494a1776 1aff11be
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -585,8 +585,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() {