block ex warning bugfix

This commit is contained in:
julian 2022-09-08 14:12:06 -06:00
parent 1e89f4e58b
commit e4364d52a6

View file

@ -191,7 +191,7 @@ class _TransactionDetailsViewState
), ),
), ),
onPressed: () { onPressed: () {
Navigator.of(context).pop(false); Navigator.of(context).pop(true);
}, },
child: Text( child: Text(
"Continue", "Continue",