We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66e66e1 + 7a286d8 commit 1aff11bCopy full SHA for 1aff11b
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