From fca139af485a00a17881c5e89e3721eede48069b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Wed, 1 Nov 2023 18:42:50 +0100 Subject: [PATCH] fix: new wallet not appearing after creation --- lib/views/home.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/home.dart b/lib/views/home.dart index 0aac028..b040a65 100644 --- a/lib/views/home.dart +++ b/lib/views/home.dart @@ -118,7 +118,7 @@ class _HomeViewState extends State { ], onChanged: (v) async { if (v == null || v == -1) { - Navigator.of(context).push( + await Navigator.of(context).push( platformRoute( (c) => const SetupView( newWallet: true,