This commit is contained in:
problematicconsumer
2024-01-01 19:58:24 +03:30
parent 85abd7e9e3
commit a4f08f32e4

View File

@@ -140,10 +140,12 @@ Future<void> lazyBootstrap(
await _safeInit(
"active profile",
() => container.read(activeProfileProvider.future),
timeout: 1000,
);
await _init(
await _safeInit(
"deep link service",
() => container.read(deepLinkServiceProvider.future),
timeout: 1000,
);
if (PlatformUtils.isDesktop) {