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

Commit cc670e47 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 51c66ea4 c6dc1c9a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -707,6 +707,9 @@ public class KeyguardViewMediator extends SystemUI {
                    && !mLockPatternUtils.isLockScreenDisabled(
                            KeyguardUpdateMonitor.getCurrentUser()),
                    mSecondaryDisplayShowing, true /* forceCallbacks */);
        } else {
            // The system's keyguard is disabled or missing.
            setShowingLocked(false, mSecondaryDisplayShowing, true);
        }

        mStatusBarKeyguardViewManager =