jean
04/23/2021, 8:25 AMImage
composable with rememberCoilPainter
nested under a LazyColumn
but it seems to not be working, the image is not loading. If I take the composable out of the LazyColumn
then it works fine. Any idea what’s going on?Andrey Kulikov
04/23/2021, 10:56 AMcb
04/23/2021, 10:59 AMaspectRatio()
, height()
or even a minHeight
is the right solution for now. I'm just about to release Accompanist 0.8.1 which includes a workaround (https://github.com/google/accompanist/pull/354)cb
04/23/2021, 11:10 AMjean
04/23/2021, 11:12 AMitnoles
04/23/2021, 5:10 PMcb
04/23/2021, 5:16 PMcb
04/23/2021, 5:17 PMjean
04/24/2021, 2:34 PM