We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2b572 commit 8d272f8Copy full SHA for 8d272f8
mobile/lib/main.dart
@@ -115,6 +115,8 @@ Future<void> initApp() async {
115
yield LicenseEntryWithLineBreaks([license.key], license.value);
116
}
117
});
118
+
119
+ await NetworkRepository.init();
120
121
122
class ImmichApp extends ConsumerStatefulWidget {
@@ -168,7 +170,6 @@ class ImmichAppState extends ConsumerState<ImmichApp> with WidgetsBindingObserve
168
170
169
171
SystemChrome.setSystemUIOverlayStyle(overlayStyle);
172
await ref.read(localNotificationService).setup();
- await NetworkRepository.init();
173
174
175
Future<DeepLink> _deepLinkBuilder(PlatformDeepLink deepLink) async {
0 commit comments