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

Commit 41273381 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am 1075a27c: am b5e3eba1: Merge "SystemUI/Keyguard: try authenticate finger...

am 1075a27c: am b5e3eba1: Merge "SystemUI/Keyguard: try authenticate finger after authentication failure" into mnc-dev

* commit '1075a27c':
  SystemUI/Keyguard: try authenticate finger after authentication failure
parents cb86e869 1075a27c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -356,9 +356,9 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
    }

    private void handleFingerprintAuthFailed() {
        // FingerprintManager will allow us to retry a few times before finally giving up.
        // TODO: Figure out the proper logic to stop this call when max tries is reached.
        stopListeningForFingerprint();
        handleFingerprintHelp(-1, mContext.getString(R.string.fingerprint_not_recognized));
        updateFingerprintListeningState();
    }

    private void handleFingerprintAuthenticated() {