mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
fix mobile nav error
This commit is contained in:
parent
2f5a18b615
commit
d8e6f3cac6
1 changed files with 1 additions and 4 deletions
|
@ -938,10 +938,7 @@ class _WalletViewState extends ConsumerState<WalletView> {
|
|||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
MonkeyView.routeName,
|
||||
arguments: Tuple2(
|
||||
widget.walletId,
|
||||
widget.managerProvider,
|
||||
),
|
||||
arguments: widget.walletId,
|
||||
);
|
||||
}),
|
||||
if (ref.watch(
|
||||
|
|
Loading…
Reference in a new issue