summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java
diff options
context:
space:
mode:
authorsxia <sxia@qti.qualcomm.com>2019-07-16 13:40:37 +0800
committershaohua xia <sxia@codeaurora.org>2019-07-16 06:03:57 +0000
commita35c6e4fea6b10582cb7e60f0af9a1a61dae356d (patch)
treed62fd0e4ad654d54d2eafe9ea40930e66a7026a1 /packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java
parent125e1635b21ea4b4143882160f45b7f8eb12b780 (diff)
SystemUI: abnormal is observed after entering PIN1
SystemUI abnormal is observed after entering PIN1. Caused by wrong subid that be assigned when the SIM card status is ABSENT. Change-Id: I0c03a620fccfb58358f599cf8eac94e587cebfa4 CRs-Fixed: 2487131
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java')
-rwxr-xr-x[-rw-r--r--]packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java b/packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java
index b65c87ffc198..d45f521ba65a 100644..100755
--- a/packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java
+++ b/packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java
@@ -77,8 +77,7 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView {
if (mCallback != null) {
mCallback.dismiss(true, KeyguardUpdateMonitor.getCurrentUser());
}
- mSubId = subId;
- break;
+ break;
}
case READY: {
mRemainingAttempts = -1;