fixes on tran flow

This commit is contained in:
2026-03-26 19:53:24 +02:00
parent ce1e73448f
commit 2f01bc0a3e
7 changed files with 51 additions and 30 deletions

View File

@@ -104,6 +104,7 @@ class _PollScreenState extends State<PollScreen> {
child: OutlinedButton(
child: Text('Retry'),
onPressed: () {
controller.model.isCancelled = false;
controller.pollTransaction(transactionController.model.confirmationData['id']);
},
),