This commit is contained in:
jantunesmesias 2024-08-27 17:49:40 -03:00
parent f2fa9b1336
commit efdcf6c029
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@ class _HomePageWidgetState extends State<HomePageWidget> {
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());