mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
32 lines
1.7 KiB
Diff
32 lines
1.7 KiB
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Aaron Liu <aaronjli@google.com>
|
||
|
Date: Thu, 10 Aug 2023 15:37:24 +0000
|
||
|
Subject: [PATCH] Revert "DO NOT MERGE Dismiss keyguard when simpin auth'd
|
||
|
and..."
|
||
|
|
||
|
This reverts commit 09f004722284ef6b9790ddf9338a1708b3f0833c.
|
||
|
|
||
|
Reason for revert: causing a partner bug
|
||
|
Fixes: 295205456
|
||
|
Bug: 222446076
|
||
|
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8df038265475bb062ead9eec1749ee92a0f5eb4e)
|
||
|
Merged-In: Ida11d98117727f63547b096617a4778bea429e22
|
||
|
Change-Id: Ida11d98117727f63547b096617a4778bea429e22
|
||
|
---
|
||
|
.../src/com/android/keyguard/KeyguardSecurityContainer.java | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java b/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java
|
||
|
index bd555e7360d8..89514a52d0bd 100644
|
||
|
--- a/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java
|
||
|
+++ b/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java
|
||
|
@@ -529,7 +529,7 @@ public class KeyguardSecurityContainer extends FrameLayout implements KeyguardSe
|
||
|
case SimPuk:
|
||
|
// Shortcut for SIM PIN/PUK to go to directly to user's security screen or home
|
||
|
SecurityMode securityMode = mSecurityModel.getSecurityMode(targetUserId);
|
||
|
- if (securityMode == SecurityMode.None || mLockPatternUtils.isLockScreenDisabled(
|
||
|
+ if (securityMode == SecurityMode.None && mLockPatternUtils.isLockScreenDisabled(
|
||
|
KeyguardUpdateMonitor.getCurrentUser())) {
|
||
|
finish = true;
|
||
|
eventSubtype = BOUNCER_DISMISS_SIM;
|