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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) {