Fixed
Status Update
Comments
jo...@google.com <jo...@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.
ju...@google.com <ju...@google.com> #5
deleted
pr...@google.com <pr...@google.com> #6
In my case, I have multiple font sizes in the same Text
(using SpanStyle
in AnnotatedString
). There are legitimate reasons for this. For example, when combining Chinese and English (phonetic) together (for language-learning purposes).
Description
Jetpack Compose version: M3 1.1-alpha6
Jetpack Compose component used: ModalBottomSheet
Android Studio Build: IC-231.6471.13
Kotlin version: 1.8.10
Steps to Reproduce or Code Sample to Reproduce:
The bottomsheet just flashes a bit and then the screen is unresponsible without scrim and bottomsheet.
Interestingly, when nested a bit in NavHost, it works (but with other issue I'll open).