mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +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(
|
child: GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
if (mounted) {
|
if (mounted) {
|
||||||
Navigator.of(context).pop();
|
// hide more context menu
|
||||||
|
setState(() {
|
||||||
|
scale = 0;
|
||||||
|
});
|
||||||
|
|
||||||
Navigator.of(context).pushNamed(
|
Navigator.of(context).pushNamed(
|
||||||
CoinControlView.routeName,
|
CoinControlView.routeName,
|
||||||
|
|
Loading…
Reference in a new issue