Fixed
Status Update
Comments
ki...@google.com <ki...@google.com>
[Deleted User] <[Deleted User]> #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.
il...@google.com <il...@google.com> #5
deleted
Description
It would be very helpful if
ShareCompat.IntentBuilder.from(Context, ComponentName)
was made public. Now thatActivityResultContract
exists it would be immensely useful to not require anActivity
to useShareCompat
since contracts only receive aContext
.