Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Hi, we included a fix for this in Material 3 1.2.0-alpha07. Can you check if the issue is still reproducible on that version?
ap...@google.com <ap...@google.com> #3
Yes I confirm, this issue is fixed in this new MDC3 version
ap...@google.com <ap...@google.com> #4
Thank you for confirming!
Description
interface Paragraph
is a source of constant API issues as we add new features.There is no known valid reason to subclass Paragraph outside of AndroidParagraph|SkiaParagraph.
Lets make Paragraph final using either a
sealed interface
or moving toParagraph2