Skip to content

Commit 3467e6c

Browse files
Aaron Liujwdunlap
authored andcommitted
Revert "Dismiss keyguard when simpin auth'd and..."
Revert submission 22621774-cherrypicker-L22000000959901080:N28400001357657640 Reason for revert: causing a partner bug Fixes: 295205456 Bug: 222446076 Reverted changes: /q/submissionid:22621774-cherrypicker-L22000000959901080:N28400001357657640 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0afa6707fa632c1f5fba5dff46a94b5d734e2ab2) Merged-In: Icb27b4d897696b4fbb4e4a878751d925f5205dfd Change-Id: Icb27b4d897696b4fbb4e4a878751d925f5205dfd
1 parent 035ae46 commit 3467e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public boolean showNextSecurityScreenOrFinish(boolean authenticated, int targetU
469469
case SimPuk:
470470
// Shortcut for SIM PIN/PUK to go to directly to user's security screen or home
471471
SecurityMode securityMode = mSecurityModel.getSecurityMode(targetUserId);
472-
if (securityMode == SecurityMode.None || mLockPatternUtils.isLockScreenDisabled(
472+
if (securityMode == SecurityMode.None && mLockPatternUtils.isLockScreenDisabled(
473473
KeyguardUpdateMonitor.getCurrentUser())) {
474474
finish = true;
475475
eventSubtype = BOUNCER_DISMISS_SIM;

0 commit comments

Comments
 (0)