NeoApplications / Neo-Backup

backup manager for android
GNU Affero General Public License v3.0
2.52k stars 124 forks source link

[Bug] New Sort and Filter screen extends too far to bottom of screen #773

Open MrEngineerMind opened 1 year ago

MrEngineerMind commented 1 year ago

Description As you can see in the below screenshot, the "Reset" and "Apply" buttons of the "Sort and Filter" page are behind the android navigation buttons on my phone, so I am unable to click the "Apply" button because android will instead execute the "display tasks" function of android.

NOTE: Sometimes when this happens with other apps, the android navigation buttons will eventually slide down and dissapear off the screen after a short timeout period, allowing me to then click the buttons that were behind the navigation bar. But for some reason, that is not happening on this page, so I am unable to click the "Apply" button.

Expected behavior For the bottom of the Sort and Filter page to not extend all the way to the bottom of the screen so that there is room for the on-screen navigation controls so the two don't overlay each other.

Screenshots cantclickbottombuttons

System Information(please complete the following information):

machiav3lli commented 1 year ago

It's a bug in Jetpack Compose Material3 latest releases, this seems to happen on Android -10 and some custom roms. There'll be a minor update when the bug gets fixed.

hg42 commented 1 year ago

as far as I tested, Androids <= 10 are affected.

But Kostas reports the same on his A13. Would be nice to hear from other users, that observe this on Androids > 10.

Please report here...

The pattern could help to find the reason for this issue (probably in the Compose library) and may be find a solution or a workaround.

smith6k commented 1 year ago

Oneplus 6, LineageOs - Android 13. Same issue as op.

ZeVince commented 1 year ago

Xiaomi Poco F3, ArrowOS 13.1 (AOSP), same isssue, also happens on the Backup page

Screenshot_20230710-085947_Neo_Backup~01

hg42 commented 1 year ago

yes, it's on all "sheets"

hg42 commented 1 year ago

at least Android version isn't sufficient.

perhaps there is someone with the same OS, where it works. This would mean it's probably a configuration thing.

Also, are there stock ROMs > Android 10 where it fails? or A13 AOSP ROMs where it works?

didierm commented 1 year ago