diff options
| author | 2019-08-29 15:55:32 -0700 | |
|---|---|---|
| committer | 2019-08-29 16:01:25 -0700 | |
| commit | 095d2e7cc4ffce71f50e838b9e24fc3595627a5f (patch) | |
| tree | b93feb90175a193c7bf5d95a9393d7da99064492 | |
| parent | e6e214e227dd4acf3a050f4a6393d95a8c27f9b8 (diff) | |
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
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java | 1 |
1 files changed, 0 insertions, 1 deletions
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()) { |