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

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

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

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

* commit 'b5e3eba1':
  SystemUI/Keyguard: try authenticate finger after authentication failure
parents 00c713fd b5e3eba1
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() {