openMF / mobile-wallet

A reference implementation of Mifos platform wallet and payment capabilities
https://openmf.github.io/mobileapps.github.io/
218 stars 416 forks source link

feat: implement pull to refresh in payments screen #1582

Open PratyushSingh07 opened 3 months ago

PratyushSingh07 commented 3 months ago

Summary:

Summarize your issue here.

Currently we dont have a mechanism to refresh data in payments screens. A user will have to close the app and the open it again to see change in data. In such a case pull to refresh will be a good alternative.

Implement this feature in different composables present in the payments screen which includes:

Akshay2004-701 commented 3 months ago

can I work on this issue