fix: iOS slow start (#26043)

This commit is contained in:
Alex
2026-02-08 16:28:51 -06:00
committed by GitHub
parent 7cf8a9936a
commit 10b2bf7970

View File

@@ -114,7 +114,7 @@ Future<void> initApp() async {
await FileDownloader().trackTasksInGroup(kDownloadGroupLivePhoto, markDownloadedComplete: false);
await FileDownloader().trackTasks();
unawaited(FileDownloader().trackTasks());
LicenseRegistry.addLicense(() async* {
for (final license in nonPubLicenses.entries) {