mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03: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().trackTasksInGroup(kDownloadGroupLivePhoto, markDownloadedComplete: false);
|
||||||
|
|
||||||
await FileDownloader().trackTasks();
|
unawaited(FileDownloader().trackTasks());
|
||||||
|
|
||||||
LicenseRegistry.addLicense(() async* {
|
LicenseRegistry.addLicense(() async* {
|
||||||
for (final license in nonPubLicenses.entries) {
|
for (final license in nonPubLicenses.entries) {
|
||||||
|
|||||||
Reference in New Issue
Block a user