Assigned
Status Update
Comments
ra...@google.com <ra...@google.com>
se...@google.com <se...@google.com>
se...@google.com <se...@google.com>
ap...@google.com <ap...@google.com> #3
Thanks for the report!
se...@google.com <se...@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.
Description
Jetpack Compose version: 1.3.0-beta01
Jetpack Compose component(s) used: material3
Android Studio Build: Jellyfish
Kotlin version: 1.9.0
Steps to Reproduce or Code Sample to Reproduce:
When using the bottom sheet with edge to edge mode, I can easily apply a
padding
modifier to avoid overlapping with the top status bar. However, in my current project I cannot (yet) enable edge to edge mode. Without that, the bottom sheet always overlaps with the status bar.