mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix: iOS slow start (#26043)
This commit is contained in:
parent
7cf8a9936a
commit
10b2bf7970
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue