You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm observing a Live Data List using observeAsState(). When I trigger a new event using value/postDelayed, the LazyList (LazyRow/LazyColumn) item recomposes everything (text, icons, colors) except the Glide/Fresco image, making the item keep the old image URL. I'm attaching a small video, you can see that when I remove an item for the list, the title and rating updates, but the image doesn't. This doesn't happen if I use the classic Accompanist Glide library. WhatsApp Video 2021-06-21 at 22.41.zip
Expected Behavior:
Whenever the list state changes, the image should recompose too.
Hi @davidsal,
Does the CoilImage face the same issue?
I think that seems to happen on the GlideImage only from now, I will check into the requests.
Thank you for your issue :)
Please complete the following information:
Describe the Bug:
I'm observing a Live Data List using observeAsState(). When I trigger a new event using value/postDelayed, the LazyList (LazyRow/LazyColumn) item recomposes everything (text, icons, colors) except the Glide/Fresco image, making the item keep the old image URL. I'm attaching a small video, you can see that when I remove an item for the list, the title and rating updates, but the image doesn't. This doesn't happen if I use the classic Accompanist Glide library.
WhatsApp Video 2021-06-21 at 22.41.zip
Expected Behavior:
Whenever the list state changes, the image should recompose too.
Current Glide Code:
The text was updated successfully, but these errors were encountered: