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

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

Merge "Set pending client to null after it's been started" into qt-dev

parents f5d37ae8 1c100834
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1231,6 +1231,7 @@ public abstract class BiometricServiceBase extends SystemService
            if (mPendingClient != null) {
                Slog.d(getTag(), "Enumerate finished, starting pending client");
                startClient(mPendingClient, false /* initiatedByClient */);
                mPendingClient = null;
            }
        }
    }