adding CityWallet functionality

This commit is contained in:
Prince
2026-06-11 16:33:22 +02:00
parent b10d233428
commit ad79bf2af8
7 changed files with 301 additions and 84 deletions

View File

@@ -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();