From 128292b6a903675f751eee2f8b39de1d41dd03e7 Mon Sep 17 00:00:00 2001 From: Beverly Date: Mon, 7 Jun 2021 17:55:08 -0400 Subject: [PATCH] Remove udfps icon hide workaround This logic was previously necessary to ensure the udfps icon wouldn't show before we were fully dozing. ag/14737509 has updated the timing for doze changes so that this is no longer necessary. Test: manual Bug: 190209877 Change-Id: I1be5f37c68c690972a823d5722990e5b49ac0412 --- .../UdfpsKeyguardViewController.java | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java b/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java index 9a32412ba241c..80ba1ac70713a 100644 --- a/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java +++ b/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewController.java @@ -62,7 +62,6 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController