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

Commit 72771d81 authored by Kevin Chyn's avatar Kevin Chyn Committed by Automerger Merge Worker
Browse files

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

Change-Id: I80c4d76c68b23ebd373d6bb8d18e2531cf31aef6
parents 45047d66 75f8c3fe
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) {