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

Unverified Commit 39ece156 authored by LuK1337's avatar LuK1337
Browse files

Revert "SystemUI: Dismiss keyguard on boot if disabled by current profile"

This reverts commit 3c18b645.

Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/8793
Change-Id: Ib3206a33d43eeb768fda4cee73ad4934effa7dbe
parent d24629b6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2408,8 +2408,6 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
        if (mLockPatternUtils.isLockScreenDisabled(mSelectedUserInteractor.getSelectedUserId())
                && !lockedOrMissing && !forceShow) {
            if (DEBUG) Log.d(TAG, "doKeyguard: not showing because lockscreen is off");
            setShowingLocked(false, mAodShowing, "doKeyguardLocked");
            hideLocked();
            return;
        }