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

Commit 9e9dc59e 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:...

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

Change-Id: I38b2785acb5714d09e044130c68652d12e57279a
parents bed23a66 e95abda4
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) {