WIP
This commit is contained in:
parent
bb7d05fcbb
commit
6cf3c0aadb
|
@ -76,8 +76,8 @@ class _HomePageWidgetState extends State<HomePageWidget> {
|
|||
).then((value) => safeSetState(() {}));
|
||||
return;
|
||||
} else {
|
||||
await DialogUtil.warningDefault(context)
|
||||
.then((value) => safeSetState(() {}));
|
||||
await DialogUtil.warningDefault(context);
|
||||
safeSetState(() {});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue