Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #3
Thanks for the report!
al...@google.com <al...@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.
Description
Will use this issue to collect candidates.
JavadocReference
is raised for docs references to members that are unreachable as Java references but fine from docs, ex.protected
members on other classes.UnusedReturnValue
is raised on the definition, rather than the caller.NullableProblems
is raised on the definition, rather than the caller.