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

Commit d90ff391 authored by mse1969's avatar mse1969
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 d029091b
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1986,8 +1986,6 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
            if (mLockPatternUtils.isLockScreenDisabled(KeyguardUpdateMonitor.getCurrentUser())
            if (mLockPatternUtils.isLockScreenDisabled(KeyguardUpdateMonitor.getCurrentUser())
                    && !lockedOrMissing && !forceShow) {
                    && !lockedOrMissing && !forceShow) {
                if (DEBUG) Log.d(TAG, "doKeyguard: not showing because lockscreen is off");
                if (DEBUG) Log.d(TAG, "doKeyguard: not showing because lockscreen is off");
                setShowingLocked(false, mAodShowing);
                hideLocked();
                return;
                return;
            }
            }
        }
        }