mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
cc nav fix
This commit is contained in:
parent
9332638a9b
commit
d18ea7f2bf
1 changed files with 4 additions and 1 deletions
|
@ -111,7 +111,10 @@ class _WalletNavigationBarState extends ConsumerState<WalletNavigationBar> {
|
|||
child: GestureDetector(
|
||||
onTap: () {
|
||||
if (mounted) {
|
||||
Navigator.of(context).pop();
|
||||
// hide more context menu
|
||||
setState(() {
|
||||
scale = 0;
|
||||
});
|
||||
|
||||
Navigator.of(context).pushNamed(
|
||||
CoinControlView.routeName,
|
||||
|
|
Loading…
Reference in a new issue