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

Commit a36bd9d3 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Report userPresent when credential is verified" into rvc-dev am:...

Merge "Merge "Report userPresent when credential is verified" into rvc-dev am: 75f8c3fe am: 9ce1423c" into rvc-d1-dev-plus-aosp am: 6f40464e

Change-Id: I5a0bb95457a26888e0c298eec7e558eb6b207f9c
parents e236b9ea 6f40464e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,7 @@ public abstract class AuthCredentialView extends LinearLayout {

        if (matched) {
            mClearErrorRunnable.run();
            mLockPatternUtils.userPresent(mEffectiveUserId);
            mCallback.onCredentialMatched(attestation);
        } else {
            if (timeoutMs > 0) {