I'm having issue with `Accompanist` image loading ...
# compose
n
I'm having issue with
Accompanist
image loading library, I am using compose pagination in combination with
LazyColumn
and
LazyRow
, But when i scroll up and down images of row which is immediate above current viewing elements got disappear and when i scroll back after sometimes items reappeared, Is this bug in accompanist or
LazyColumn
? I guess this is Issue in image loading only because in that row text is visible but not the image, strange isn't it?
BTW I'm using Compose 1.0.0-beta07
m
It’s already reported
n
@Marcin Środa Thanks but this is bit different as in my case only images are disappearing not whole items but in reported issue items are disappearing but appearing again, Any lead on this?
m
Got a same issue with it, please check the snapshot version (I’m using 7393783)
n
ok, Thanks 🙂
m
I can confirm that this snapshot with kotlin 1.5.0 and accompanist 0.10.0 works fine
n
Thanks, I appreciate it
👍 2