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

Commit 93f94825 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clear keyguard error text when biometric authentication succeeds"

parents c4d52632 6d793bd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -671,6 +671,7 @@ public class KeyguardIndicationController implements StateListener {
        public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType) {
            super.onBiometricAuthenticated(userId, biometricSourceType);
            mLastSuccessiveErrorMessage = -1;
            mHandler.sendEmptyMessage(MSG_HIDE_TRANSIENT);
        }

        @Override