openMF / mifos-mobile

Repository for the Mifos Mobile Banking App for clients
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
258 stars 664 forks source link

Bug Resolved: App Crash Due To Infinite Height In Recent Transaction Screen #2626

Closed akashmeruva9 closed 1 week ago

akashmeruva9 commented 2 weeks ago

Fixes #2625

App crashes when data is present due to interaction of vertical scroll state and lazy column. resolved it by removing vertical scroll state.

Previous :

https://github.com/openMF/mifos-mobile/assets/106223361/9978e13c-914f-4201-b1db-3d4b7b699603

New :

https://github.com/openMF/mifos-mobile/assets/106223361/38dac664-33ef-401a-a691-bbf15bee960f

AvneetSingh2001 commented 2 weeks ago

LGTM