breez / l-breez

A mobile app based on Flutter showcasing the use of Breez Liquid SDK
https://github.com/breez/breez-sdk-liquid/
MIT License
2 stars 1 forks source link

Wait for payment to complete before closing payment in progress dialog #19

Closed erdemyerebasmaz closed 1 month ago

erdemyerebasmaz commented 1 month ago

Currently payment in progress dialog is closed when tx is in payment list, which is in pending state initially.

erdemyerebasmaz commented 1 month ago

Expected behavior has changed, we're closing payment in progress dialog once payment sendPayment API completes.