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

Commit de6265c3 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix "None" lock screen option"

parents 82ffc141 d0b698f0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -881,8 +881,7 @@ public class KeyguardViewMediator extends SystemUI {
            return;
        }

        if (!mUserManager.isUserSwitcherEnabled()
                && mLockPatternUtils.isLockScreenDisabled() && !lockedOrMissing) {
        if (mLockPatternUtils.isLockScreenDisabled() && !lockedOrMissing) {
            if (DEBUG) Log.d(TAG, "doKeyguard: not showing because lockscreen is off");
            return;
        }