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

Commit 22df26b6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ping userActivity when enroll progress is received"

parents b8800246 03089b0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ public abstract class EnrollClient extends ClientMonitor {
        if (remaining == 0) {
            mBiometricUtils.addBiometricForUser(getContext(), getTargetUserId(), identifier);
        }
        notifyUserActivity();
        return sendEnrollResult(identifier, remaining);
    }