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

Commit 5ee0f781 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 5fc7a076 57426f51
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -707,10 +707,6 @@ 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 =