Skip to content

Commit 08f9c38

Browse files
Android Build Coastguard Workerjwdunlap
authored andcommitted
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24405148'] into security-aosp-tm-release.
Change-Id: I5936507b5ddfcb6a6190b295fa1ec0b8d9f0db19
2 parents 035ae46 + 3467e6c commit 08f9c38

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)