Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5be50312 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

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

am: b04ec7f7

Change-Id: I6b7a34c359adb6b5e5863e16648bafe597da4bd9
parents ca79f905 b04ec7f7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()) {