Status Update
Comments
se...@google.com <se...@google.com>
64...@gmail.com <64...@gmail.com> #3
Thanks for the report!
se...@google.com <se...@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.
na...@google.com <na...@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).
64...@gmail.com <64...@gmail.com> #7
thanks for the fix!
gi...@spotify.com <gi...@spotify.com> #8
The fix introduced a new bug. In our app, we don't use the night mode and only have one dark theme. After upgrading to 1.3.0, whenever a bottom sheet is opened, the navigation bar turns bright, instead of staying dark. It might be better to decide, if a dark theme is used by using the current colorScheme instead of the system's night mode.
Description
description
Since the last alpha (
1.3.0-alpha06
) the bottom sheet doesn't respect the existing options of the status bar (light/dark) when fully expanded. Resulting in an unreadable statusbar when fully expanded (see sample code & screenshot).info
Jetpack Compose version:
bom 2024.05.00
/compiler 1.5.13
Material Library Version (M2, M3 or Both?):
m3 1.3.0-alpha06
Material Compose component used:
ModalBottomSheet
Android Studio Build:
#AI-241.14494.240.2411.11771556
Kotlin version:
1.9.23
code sample to reproduce: