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

Commit 925701f4 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Remember to start pending client if enumerate takes too long

Fixes: 121185474

Test: No obvious changes in behavior
Test: Fixes the issue based on bug logs + code path inspection
Change-Id: Ia8ad6ad57a76eeaff783097b10b93436eae68e94
parent 235f8d3b
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 */);
            }
        }
    }