From a4f08f32e4b89109ef44583c497bd3d66a396a81 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Mon, 1 Jan 2024 19:58:24 +0330 Subject: [PATCH] Fix bugs --- lib/bootstrap.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/bootstrap.dart b/lib/bootstrap.dart index c716a802..333b2b86 100644 --- a/lib/bootstrap.dart +++ b/lib/bootstrap.dart @@ -140,10 +140,12 @@ Future 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) {