mirror of
https://github.com/immich-app/immich.git
synced 2026-03-03 03:57:01 +00:00
fix: iOS slow start (#26043)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user