fix: new wallet not appearing after creation
This commit is contained in:
parent
4846a9134d
commit
fca139af48
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class _HomeViewState extends State<HomeView> {
|
||||||
],
|
],
|
||||||
onChanged: (v) async {
|
onChanged: (v) async {
|
||||||
if (v == null || v == -1) {
|
if (v == null || v == -1) {
|
||||||
Navigator.of(context).push(
|
await Navigator.of(context).push(
|
||||||
platformRoute(
|
platformRoute(
|
||||||
(c) => const SetupView(
|
(c) => const SetupView(
|
||||||
newWallet: true,
|
newWallet: true,
|
||||||
|
|
Loading…
Reference in a new issue