Merge "Do not shake the padlock until there's an error" into qt-qpr1-dev am: b04ec7f756

am: 5d9b4aa712

Change-Id: Ifc86f710b2ca684145d671aa6d70da7783a0cbd9
This commit is contained in:
Lucas Dupin
2019-09-04 01:15:37 -07:00
committed by android-build-merger

View File

@@ -653,7 +653,6 @@ public class KeyguardIndicationController implements StateListener,
if (!updateMonitor.isUnlockingWithBiometricAllowed()) {
return;
}
animatePadlockError();
boolean showSwipeToUnlock =
msgId == KeyguardUpdateMonitor.BIOMETRIC_HELP_FACE_NOT_RECOGNIZED;
if (mStatusBarKeyguardViewManager.isBouncerShowing()) {