This commit is contained in:
jantunesmesias 2024-08-22 11:17:49 -03:00
parent f53aa7cd01
commit 94fe435ea5
1 changed files with 1 additions and 1 deletions

View File

@ -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(() {}));
}
});
}();