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

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

am 559ccc12: am 29b48c22: am 41273381: am 1075a27c: am b5e3eba1: Merge...

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

* commit '559ccc12':
  SystemUI/Keyguard: try authenticate finger after authentication failure
parents 878539a2 559ccc12
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() {