adding CityWallet functionality
This commit is contained in:
@@ -92,7 +92,9 @@ class _PollScreenState extends State<PollScreen> {
|
||||
'successful. This won\'t take long.',
|
||||
status: controller.model.status,
|
||||
isLoading: controller.model.isLoading,
|
||||
errorMessage: 'We failed to check your transaction status',
|
||||
errorMessage:
|
||||
controller.model.errorMessage ??
|
||||
'We failed to check your transaction status',
|
||||
onRetry: () {
|
||||
controller.model.isCancelled = false;
|
||||
_startPolling();
|
||||
|
||||
Reference in New Issue
Block a user