Fixed
Status Update
Comments
ma...@google.com <ma...@google.com> #2
bulk comment, fyi: we have added icebox to all the tickets because it was suggested by blintz in order to prevent auto-close tickets. we want to keep our Compose tickets to remain opened.
see b/123001228#comment6
see
ap...@google.com <ap...@google.com> #5
Related to
Description
Jetpack Compose release version: 1.0.1
I'd like to implement object for
TextToolbar
interface to present custom text toolbar. I'm doing it like this:But I'm getting next error:
I was able to fix it by implementing typealias with the same name
But I think it's a mistake, and it should be public.