Marcello Galhardo
11/03/2021, 3:01 PMAbstractComposeView
? I need to reuse a Composable
in multiple legacy screens and I wanted to create a “wrapper custom view” for it.
However, I see ComposeView
(final) has some logic that feels very important:
/**
* Set the Jetpack Compose UI content for this view.
* Initial composition will occur when the view becomes attached to a window or when
* [createComposition] is called, whichever comes first.
*/