Fix bugs
This commit is contained in:
@@ -140,10 +140,12 @@ Future<void> lazyBootstrap(
|
|||||||
await _safeInit(
|
await _safeInit(
|
||||||
"active profile",
|
"active profile",
|
||||||
() => container.read(activeProfileProvider.future),
|
() => container.read(activeProfileProvider.future),
|
||||||
|
timeout: 1000,
|
||||||
);
|
);
|
||||||
await _init(
|
await _safeInit(
|
||||||
"deep link service",
|
"deep link service",
|
||||||
() => container.read(deepLinkServiceProvider.future),
|
() => container.read(deepLinkServiceProvider.future),
|
||||||
|
timeout: 1000,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (PlatformUtils.isDesktop) {
|
if (PlatformUtils.isDesktop) {
|
||||||
|
|||||||
Reference in New Issue
Block a user