Skip to content

Commit 18ec7a9

Browse files
Brian ColonnaAndroid (Google) Code Review
authored andcommitted
Merge "Fix: FUL coming up when phone is powered off from lockscreen"
2 parents db13a6b + c3cd250 commit 18ec7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy/src/com/android/internal/policy/impl/LockPatternKeyguardView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ private void updateScreen(Mode mode, boolean force) {
818818
if (force || mUnlockScreen == null || unlockMode != mUnlockScreenMode) {
819819
boolean restartFaceLock = mFaceUnlock.stopIfRunning();
820820
recreateUnlockScreen(unlockMode);
821-
if (restartFaceLock || force) {
821+
if (restartFaceLock) {
822822
mFaceUnlock.activateIfAble(mHasOverlay);
823823
}
824824
}

0 commit comments

Comments
 (0)