andylamax
06/29/2020, 10:48 PM// 1st
(view as FrameLayout).setContent(Recomposer.current()) {
}
//2nd
(view as FrameLayout).setViewContent {
}
Zach Klippenstein (he/him) [MOD]
06/29/2020, 10:49 PMLeland Richardson [G]
06/29/2020, 10:53 PMLeland Richardson [G]
06/29/2020, 10:54 PMViewGroup.setContent
and change it to AndroidComposeView.setContent
(meaning you will need to create a compose view specifically to kick off a composition, versus using any view at all)Leland Richardson [G]
06/29/2020, 10:54 PMViewGroup.setViewContent
will also likely go awayLeland Richardson [G]
06/29/2020, 10:54 PMandylamax
06/29/2020, 11:33 PM