Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e1afde8 authored by Leif Wilden's avatar Leif Wilden Committed by Android (Google) Code Review
Browse files

Merge "Ensure keyguard is considered unlocked on devices that disable it."

parents 5cc9f721 ef344a3d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 =