Skip to content

MainContent not displayed if there are less than 3 bottom sheet positions #73

Answered by lucaszischka
Rheaparks asked this question in Q&A
Discussion options

You must be logged in to vote

As mentioned in your other issue, this is also expected. Always the lowest value in your BottomSheetPosition (but grater than 0) gets the .bottom position behavior. The name of the variable doesn’t matter (I can’t test for names and there is no need for it). So when commenting .bottom out, .middle gets the .bottom position behavior. If you don’t was this, please use the .noBottomPosition option as described in the documentation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lucaszischka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #57 on June 26, 2022 20:22.