From 095d2e7cc4ffce71f50e838b9e24fc3595627a5f Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Thu, 29 Aug 2019 15:55:32 -0700 Subject: Do not shake the padlock until there's an error We were previously shaking it for help messages, that don't interrupt scanning. We should only animate the padlock for hard errors. Fixes: 139838611 Test: try face auth outside of field of view Test: try face auth outside with face occluded Change-Id: I699befc0e748fcc057decfda1c8fc58469695ad8 --- .../src/com/android/systemui/statusbar/KeyguardIndicationController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java b/packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java index bba64d96c0f3..6f87b2939cfb 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java @@ -650,7 +650,6 @@ public class KeyguardIndicationController implements StateListener, if (!updateMonitor.isUnlockingWithBiometricAllowed()) { return; } - animatePadlockError(); boolean showSwipeToUnlock = msgId == KeyguardUpdateMonitor.BIOMETRIC_HELP_FACE_NOT_RECOGNIZED; if (mStatusBarKeyguardViewManager.isBouncerShowing()) { -- cgit v1.2.3-59-g8ed1b