Merge "Ensure keyguard is considered unlocked on devices that disable it."
This commit is contained in:
@@ -707,6 +707,10 @@ public class KeyguardViewMediator extends SystemUI {
|
||||
&& !mLockPatternUtils.isLockScreenDisabled(
|
||||
KeyguardUpdateMonitor.getCurrentUser()),
|
||||
mSecondaryDisplayShowing, true /* forceCallbacks */);
|
||||
} else {
|
||||
// The system's keyguard is disabled or missing.
|
||||
setShowingLocked(mLockPatternUtils.isSecure(KeyguardUpdateMonitor.getCurrentUser()),
|
||||
mSecondaryDisplayShowing, true);
|
||||
}
|
||||
|
||||
mStatusBarKeyguardViewManager =
|
||||
|
||||
Reference in New Issue
Block a user