you-apps / RecordYou

Privacy focused recorder app built with MD3
https://you-apps.net
GNU General Public License v3.0
750 stars 34 forks source link

Empty space below settings bottom sheet #65

Closed Wjxfi closed 1 year ago

Wjxfi commented 1 year ago

Steps to reproduce

open settings

Expected behavior

normal

Actual behavior

A gray stripe appears at the bottom, which is not pretty. The settings menu has risen to the middle of the screen and should be at the bottom. 322218

how it should work (taken from f-droid): 322214

Record You version

4.0

Android version

android 12 miui 13.0.5

Other details

No response

Acknowledgements

Bnyro commented 1 year ago

Unfortunately that seems to be a bug of the Material Design 3 library for compose. Since the bottom sheets are still experimental in the library, I doubt we can do anything except for waiting until they fix it.

Wjxfi commented 1 year ago

The problem is that the settings are in the middle of the screen, and should be at the bottom. In the screenshot from f-droid they are at the bottom. In mine they are in the middle. Please make the settings at the bottom, as before. The gray bar is not such a big problem. I opened exactly because of the settings in the middle.you can compare your screenshot and mine. They are at the top.

Bnyro commented 1 year ago

Yes, it's been caused by adding more items to it now so that it height expanded.

Wjxfi commented 1 year ago

It doesn't look good, I wish it was underneath.