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

Commit a7b09413 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 846e9240: am 570de1e0: Make sure fingerprint error messages are handled in Keyguard

* commit '846e9240':
  Make sure fingerprint error messages are handled in Keyguard
parents 8fffd604 846e9240
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {

        @Override
        public void onAuthenticationError(int errMsgId, CharSequence errString) {
            mHandler.obtainMessage(MSG_FINGERPRINT_ERROR, errMsgId, 0, errString);
            mHandler.obtainMessage(MSG_FINGERPRINT_ERROR, errMsgId, 0, errString).sendToTarget();
        }
    };
    private CancellationSignal mFingerprintCancelSignal;