Fixed
Status Update
Comments
ma...@google.com <ma...@google.com> #3
Thanks for the report!
nj...@google.com <nj...@google.com>
jo...@google.com <jo...@google.com>
ap...@google.com <ap...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
jo...@google.com <jo...@google.com>
na...@google.com <na...@google.com> #5
deleted
Description
Hia!
When changing a
ModalBottomSheetLayout
'ssheetContent
and then callingModalBottomSheetState#show
directly after (from an effect), the sheet will expand to theEXPANDED
state. It looks like the anchors aren't calculated correctly. You can repro it with this code:The sheet should go to the
HALF_EXPANDED
state instead. I attached a video of the behavior.Is there any workaround that you can think of?