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

Commit 4e6e1e6b authored by mse1969's avatar mse1969 Committed by Evelyn Torres
Browse files

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

This reverts commit 4532fb67.

Reason: ASB 2025.12 provides different fix
Change-Id: I5d71944b1a8eafe2e56a975afab31a0b5309172b
parent 938ad012
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1586,8 +1586,6 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable,
            if (mLockPatternUtils.isLockScreenDisabled(KeyguardUpdateMonitor.getCurrentUser())
                    && !lockedOrMissing && !forceShow) {
                if (DEBUG) Log.d(TAG, "doKeyguard: not showing because lockscreen is off");
                setShowingLocked(false, mAodShowing);
                hideLocked();
                return;
            }