Loading packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java +5 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,11 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView { } break; } case READY: { mRemainingAttempts = -1; resetState(); break; } default: resetState(); } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java +5 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,11 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView { } break; } case READY: { mRemainingAttempts = -1; resetState(); break; } default: resetState(); } Loading