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

Commit 6d793bd9 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Clear keyguard error text when biometric authentication succeeds

Fixes: 129425863

Test: manual
Change-Id: Id732a61a3253121830ed03dd0562424a89465f63
parent 587d3691
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -675,6 +675,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