julioromano
06/16/2021, 7:09 AMComposeView
is it generally a bad practice to call setContent
multiple times?
My worry is that doing that will not trigger a recomposition (based on the existing content set in the previous setContent
call) but rather a full composition from scratch.Andrey Kulikov
06/16/2021, 11:27 AMAdam Powell
06/16/2021, 1:32 PMmutableStateOf<@Composable () -> Unit>
to the function you pass itAdam Powell
06/16/2021, 1:34 PM