fixes on tran flow
This commit is contained in:
@@ -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']);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user