This commit is contained in:
jantunesmesias 2024-08-22 13:13:59 -03:00
parent bb7d05fcbb
commit 6cf3c0aadb
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ class _HomePageWidgetState extends State<HomePageWidget> {
).then((value) => safeSetState(() {})); ).then((value) => safeSetState(() {}));
return; return;
} else { } else {
await DialogUtil.warningDefault(context) await DialogUtil.warningDefault(context);
.then((value) => safeSetState(() {})); safeSetState(() {});
} }
}); });
} }