apps-android-commons icon indicating copy to clipboard operation
apps-android-commons copied to clipboard

Fix : Dialog Scroll Issue for devices below Android 10

Open neeldoshii opened this issue 1 year ago • 0 comments

Fix Related Issue

  • Fixes #5581

Issue

This issue arises on devices having below API level 25. The layout doesn't get adjusted when the keyboard is shown. Thus doesn't allows the user's to submit the feedback as the user cannot tap the submit button.

VIdeo

Before

https://github.com/commons-app/apps-android-commons/assets/60827173/57480466-d4cf-4205-b64b-416ee5ef6fc7

After

https://github.com/commons-app/apps-android-commons/assets/60827173/ae0c6542-29d2-4059-9275-b018d6ebba8f

neeldoshii avatar Mar 27 '24 13:03 neeldoshii