Skip to content

Conversation

@xuenhua
Copy link

@xuenhua xuenhua commented Dec 8, 2025

Fixes #10214 The sidebar menu is not fully displayed when there is a bottom navigation bar.

Copy link
Contributor

@dani-zilla dani-zilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unable to reproduce this on my device with either gesture or button-based navigation. Could you provide screenshots or any other details that could make the issue more consistently reproducible?

.padding(vertical = MainTheme.spacings.default)
.fillMaxWidth(),
.fillMaxWidth()
.height(defaultThemeSizes.bottomBarHeightWithFab*3),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there are issues with the viewable area, it may be helpful to instead define an exclusion area for edge-to-edge apps. https://developer.android.com/about/versions/15/behavior-changes-15#edge-to-edge https://developer.android.com/develop/ui/compose/system/insets
Multiplying the default bottom bar height by a constant value may work for some or even most devices, but might not look right on all displays. Window insets could help create a better viewing area for devices that have issues.

@wmontwe
Copy link
Member

wmontwe commented Dec 9, 2025

@xuenhua Thanks for your fix, this helped to find the original issue. It is resolved in #10236

@wmontwe wmontwe closed this Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The sidebar menu is not fully displayed when there is a bottom navigation bar.

3 participants