WIP
This commit is contained in:
parent
f2fa9b1336
commit
efdcf6c029
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue