From 1c79bbde1586666cbdd5a1127cb9c49f4ff881c7 Mon Sep 17 00:00:00 2001 From: Beverly Date: Wed, 8 Sep 2021 09:41:00 -0400 Subject: [PATCH] Make sure udfps bouncer always shows when requested Even if the shade is expanding. This ensures that when the user expands a notification that is hiding sensitive content, that we still show the udfps bouncer even though the transition to shade is also occuring (which normally hides the udfps affordance). Test: manual, atest UdfpsKeyguardViewControllerTest Fixes: 197119617 Change-Id: Iac398a60ecf5137d0c3a8c77d700146e12fad0b7 (cherry picked from commit 5a5cd54366f2d64a0bdff6455f381e7746eb741a) Merged-In: Iac398a60ecf5137d0c3a8c77d700146e12fad0b7 --- .../UdfpsKeyguardViewController.java | 4 ++- .../UdfpsKeyguardViewControllerTest.java | 36 ++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java b/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java index bf2eb5cedcc07..888672316c8a8 100644 --- a/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java +++ b/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java @@ -264,7 +264,9 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController