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

Commit 18ec7a95 authored by Brian Colonna's avatar Brian Colonna Committed by Android (Google) Code Review
Browse files

Merge "Fix: FUL coming up when phone is powered off from lockscreen"

parents db13a6bf c3cd2500
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -818,7 +818,7 @@ public class LockPatternKeyguardView extends KeyguardViewBase {
            if (force || mUnlockScreen == null || unlockMode != mUnlockScreenMode) {
                boolean restartFaceLock = mFaceUnlock.stopIfRunning();
                recreateUnlockScreen(unlockMode);
                if (restartFaceLock || force) {
                if (restartFaceLock) {
                    mFaceUnlock.activateIfAble(mHasOverlay);
                }
            }