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

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

Merge "Remember to start pending client if enumerate takes too long"

parents 992a3b7d 925701f4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1223,6 +1223,9 @@ public abstract class BiometricServiceBase extends SystemService
                    BiometricsProtoEnums.ISSUE_UNKNOWN_TEMPLATE_ENROLLED_HAL);
        } else {
            clearEnumerateState();
            if (mPendingClient != null) {
                startClient(mPendingClient, false /* initiatedByClient */);
            }
        }
    }