We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 755a967 + 28a0767 commit 7a286d8Copy full SHA for 7a286d8
policy/src/com/android/internal/policy/impl/KeyguardUpdateMonitor.java
@@ -583,8 +583,7 @@ public IccCard.State getSimState() {
583
* through mHandler, this *must* be called from the UI thread.
584
*/
585
public void reportSimUnlocked() {
586
- mSimState = IccCard.State.READY;
587
- handleSimStateChange(new SimArgs(mSimState));
+ handleSimStateChange(new SimArgs(IccCard.State.READY));
588
}
589
590
public boolean isKeyguardBypassEnabled() {
0 commit comments