diff --git a/lib/pages/home_page/home_page_widget.dart b/lib/pages/home_page/home_page_widget.dart index 61b0243a..107fce22 100644 --- a/lib/pages/home_page/home_page_widget.dart +++ b/lib/pages/home_page/home_page_widget.dart @@ -82,6 +82,9 @@ class _HomePageWidgetState extends State { if (activeLocals.isEmpty || AppState().cliUUID.isEmpty) { await showBottomSheet().then((_) => checkData()); } + if (AppState().cliUUID.isEmpty) { + await showBottomSheet().then((_) => checkData()); + } } catch (e) { log('Error in checkLocal: $e'); await showBottomSheet().then((_) => checkData());