Status Update
Comments
ma...@google.com <ma...@google.com> #3
Thanks for the report!
eg...@gmail.com <eg...@gmail.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.
ma...@google.com <ma...@google.com>
dn...@google.com <dn...@google.com>
ap...@google.com <ap...@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).
pr...@google.com <pr...@google.com> #7
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.3.0-alpha01
androidx.compose.material3:material3-android:1.3.0-alpha01
androidx.compose.material3:material3-desktop:1.3.0-alpha01
Description
Jetpack Compose version: 2023.05.01 Jetpack Compose component used: material3 (1.1.0) Android Studio Build: #AI-222.4459.24.2221.9971841, built on April 19, 2023 Kotlin version: 1.8.21
Steps to Reproduce or Code Sample to Reproduce:
android:enableOnBackInvokedCallback="true"
in the manifestModalBottomSheet
sample fromI have a minimum reproducible example here:https://github.com/tfcporciuncula/material3-bottomsheet/tree/back (in the
back
branch)