theapache64
06/13/2023, 6:07 PMpainterResource
supposed to cause a recomposition when loading a PNG file ? 🤔 (Android)Ayla
06/13/2023, 6:12 PMtheapache64
06/13/2023, 6:16 PMPainter
is not returned as a State from painterResource
function, right? How are they causing a recomposition 🤔
Here’s my code structure btw,
@Composable
fun MyComposable(){
// recomposition happening here
Image(
painter = painterResource(R.drawable.my_logo_png)
)
}
shikasd
06/14/2023, 12:24 AMtheapache64
06/14/2023, 12:24 AMshikasd
06/14/2023, 12:44 AMAle Stamato
06/15/2023, 10:26 AM