mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-30 14:15:52 +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: () {
|
onPressed: () {
|
||||||
Navigator.of(context).pop(false);
|
Navigator.of(context).pop(true);
|
||||||
},
|
},
|
||||||
child: Text(
|
child: Text(
|
||||||
"Continue",
|
"Continue",
|
||||||
|
|
Loading…
Reference in a new issue