WIP
This commit is contained in:
parent
f53aa7cd01
commit
94fe435ea5
|
@ -52,7 +52,7 @@ class _HomePageWidgetState extends State<HomePageWidget> {
|
|||
AppState().provisional = value.jsonBody['provisional'];
|
||||
} else {
|
||||
await DialogUtil.warningDefault(context)
|
||||
.then((value) => log('Erro ao buscar dados'));
|
||||
.then((value) => safeSetState(() {}));
|
||||
}
|
||||
});
|
||||
}();
|
||||
|
|
Loading…
Reference in New Issue