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

This commit is contained in:
Jim Miller
2012-01-12 12:28:59 -08:00
committed by Android (Google) Code Review

View File

@@ -583,8 +583,7 @@ public class KeyguardUpdateMonitor {
* through mHandler, this *must* be called from the UI thread. * through mHandler, this *must* be called from the UI thread.
*/ */
public void reportSimUnlocked() { public void reportSimUnlocked() {
mSimState = IccCard.State.READY; handleSimStateChange(new SimArgs(IccCard.State.READY));
handleSimStateChange(new SimArgs(mSimState));
} }
public boolean isKeyguardBypassEnabled() { public boolean isKeyguardBypassEnabled() {