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

Commit 75f8c3fe authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

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

parents 7844ca2d 380c63af
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) {