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

Commit 38314815 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Update face biometrics state upon failure

Bug: 124140034
Test: manual
Change-Id: I0d689cc15a54c50a366ddd3cb5ad9636ebe9d85b
parent b68b8a84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -724,6 +724,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
    }

    private void handleFaceAuthFailed() {
        setFaceRunningState(BIOMETRIC_STATE_STOPPED);
        for (int i = 0; i < mCallbacks.size(); i++) {
            KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get();
            if (cb != null) {