Skip to content

Commit 7a286d8

Browse files
Jim MillerAndroid (Google) Code Review
authored andcommitted
Merge "Fix 5620754: don't show pattern screen after SIM PUK unlock" into ics-mr1
2 parents 755a967 + 28a0767 commit 7a286d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

policy/src/com/android/internal/policy/impl/KeyguardUpdateMonitor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,7 @@ public IccCard.State getSimState() {
583583
* through mHandler, this *must* be called from the UI thread.
584584
*/
585585
public void reportSimUnlocked() {
586-
mSimState = IccCard.State.READY;
587-
handleSimStateChange(new SimArgs(mSimState));
586+
handleSimStateChange(new SimArgs(IccCard.State.READY));
588587
}
589588

590589
public boolean isKeyguardBypassEnabled() {

0 commit comments

Comments
 (0)