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

Commit 28a07677 authored by Jim Miller's avatar Jim Miller
Browse files

Fix 5620754: don't show pattern screen after SIM PUK unlock

This fixes a bug introduced in testing 34a62348. The code now
properly invokes the callbacks before returning.

Change-Id: I637a8a792838379f0c8b42ef634da82787fcd961
parent d1186cd5
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() {