Merge "Report userPresent when credential is verified" into rvc-dev am: 75f8c3fe23 am: 72771d81ba am: e95abda427

Change-Id: I38b2785acb5714d09e044130c68652d12e57279a
This commit is contained in:
Kevin Chyn
2020-04-16 00:19:17 +00:00
committed by Automerger Merge Worker

View File

@@ -286,6 +286,7 @@ public abstract class AuthCredentialView extends LinearLayout {
if (matched) {
mClearErrorRunnable.run();
mLockPatternUtils.userPresent(mEffectiveUserId);
mCallback.onCredentialMatched(attestation);
} else {
if (timeoutMs > 0) {