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