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.
*/
public void reportSimUnlocked() {
mSimState = IccCard.State.READY;
handleSimStateChange(new SimArgs(mSimState));
handleSimStateChange(new SimArgs(IccCard.State.READY));
}
public boolean isKeyguardBypassEnabled() {