fix: new wallet not appearing after creation

This commit is contained in:
Matyáš Caras 2023-11-01 18:42:50 +01:00
parent 4846a9134d
commit fca139af48
Signed by untrusted user who does not match committer: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -118,7 +118,7 @@ class _HomeViewState extends State<HomeView> {
],
onChanged: (v) async {
if (v == null || v == -1) {
Navigator.of(context).push(
await Navigator.of(context).push(
platformRoute(
(c) => const SetupView(
newWallet: true,