From 1093f7c370adfb3ac05913fc22d66c79a6e48bbf Mon Sep 17 00:00:00 2001 From: Beverly Date: Thu, 8 Jul 2021 13:46:03 -0400 Subject: [PATCH] Only hide udfps bouncer when transitioning TO doze If we're transitioning OUT of doze, we should continue to show the udfps bouncer. For example, this can happen if a user taps on a notification in AOD2. Test: manual Fixes: 192416569 Change-Id: Ia5928022333ba860abdff841f0acc92af27a562f --- .../systemui/biometrics/UdfpsKeyguardViewController.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java b/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java index 819de538c8407..073e8861aa1e0 100644 --- a/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java +++ b/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java @@ -66,6 +66,7 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController