Replies: 1 comment
-
I have the same issue. However, mine occurs if the parent component/window is resized and causes a recomposition of the image. The image flickers for a moment with the placeholder until the real, cached image is provided. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I render images in a lazy row and on each scroll back and forth, the images are partially recomposing, causing flickering with loading state to some items state even though the image was previously loaded.
I would like to avoid the recomposition.
This is part of the code for the asyncImagePainter
How can I fix this ?
Beta Was this translation helpful? Give feedback.
All reactions