Skip to content

Commit 06cd58b

Browse files
Dil3mm4Genkzsz11
authored andcommitted
FODCircleView: ensure that when we check for bouncer, we're on keyguard.
Bouncer doesn't seem to exist anywhere else. Tests: - have phone unlocked by trust agent, open any third party app with biometric unlock, ensure FOD is visible Change-Id: Ic3895853f7461afcbc816c6155c8db13011bb668
1 parent afca98c commit 06cd58b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SystemUI/src/com/android/systemui/biometrics/FODCircleView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public void show() {
478478
return;
479479
}
480480

481-
if (mUpdateMonitor.getUserCanSkipBouncer(mUpdateMonitor.getCurrentUser())) {
481+
if (mIsKeyguard && mUpdateMonitor.getUserCanSkipBouncer(mUpdateMonitor.getCurrentUser())) {
482482
// Ignore show calls if user can skip bouncer
483483
return;
484484
}

0 commit comments

Comments
 (0)