mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-30 06:06:45 +00:00
block ex warning bugfix
This commit is contained in:
parent
1e89f4e58b
commit
e4364d52a6
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class _TransactionDetailsViewState
|
|||
),
|
||||
),
|
||||
onPressed: () {
|
||||
Navigator.of(context).pop(false);
|
||||
Navigator.of(context).pop(true);
|
||||
},
|
||||
child: Text(
|
||||
"Continue",
|
||||
|
|
Loading…
Reference in a new issue