mifos-mobile
mifos-mobile copied to clipboard
long filter list not shown correctly in alert dialog, the buttons will be pushed down which will be invisible
Summary:
My Pixel XL API 30 (android 11) emulator will manifest this problem, long list in alert dialog (i.e. too much content in alert dialog) will cause the positive/neutral/negative buttons invisible (because there is no space left)
Steps to reproduce:
- Launch the app and sign in (then finish any oobe steps)
- When landed in Home-screen, click navigation-drawer and open left navigation view
- Click "Accounts" navigation item, you will be directed to "Accounts" screen which has 3 tabs: Saving/Loan/Share
- Click the top-right filter-icon to show the filter dialog (for each of the mentioned three tabs), the dialog will have problem in small size device (even in portrait mode)
Expected behaviour:
Dialog shows correctly
Observed behaviour:
Positive/Neutral/Negative buttons are invisible when filter-list is long
Device and Android version:
Pixel XL API 30 (android 11) emulator
Screenshots:


As we can see, when list is short, UI is ok, when list is long, buttons are pushed down (causing them invisible), I am working on this issue