mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +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…
Add table
Add a link
Reference in a new issue