Skip to content

Commit 0b92eb4

Browse files
Jim MillerAndroid Git Automerger
authored andcommitted
am 1aff11b: am 7a286d8: Merge "Fix 5620754: don\'t show pattern screen after SIM PUK unlock" into ics-mr1
* commit '1aff11be4585d6ddff784d7e74188963050805fa': Fix 5620754: don't show pattern screen after SIM PUK unlock
2 parents 494a177 + 1aff11b commit 0b92eb4

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
@@ -585,8 +585,7 @@ public IccCard.State getSimState() {
585585
* through mHandler, this *must* be called from the UI thread.
586586
*/
587587
public void reportSimUnlocked() {
588-
mSimState = IccCard.State.READY;
589-
handleSimStateChange(new SimArgs(mSimState));
588+
handleSimStateChange(new SimArgs(IccCard.State.READY));
590589
}
591590

592591
public boolean isKeyguardBypassEnabled() {

0 commit comments

Comments
 (0)