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

Commit f5c46c05 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

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

am: dbb0e917

Change-Id: I1b71f50a2448b4ed908109d5cc68b3ee3a01f60a
parents a36649a7 dbb0e917
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;
            }
        }
    }