Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
za...@gmail.com <za...@gmail.com> #3
Thanks for the report!
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.
Description
Jetpack Compose release version: 1.0.0-beta07 Android Studio Build: 7.1.0-alpha01
It seems that in some cases the new
RippleDrawable
-backed ripple implementation in beta07 crashes.I haven't figured out what the exact conditions required are to get the ripple to crash, but you should be able to reproduce the crash by checking out the compose-richtext repository from GitHub and running the sample app (there's only one app in the project).
zachklipp/repro-ripple-bug
branch of theThe stack trace starts as follows (full trace attached):