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,