using accompanist coil library, when swapping an i...
# compose
m
using accompanist coil library, when swapping an image url, the image disappears for a second, and then after the request completes it swaps the image. Is there any way to just swap the image when the loading is done ?
a
You can use two painters and when the state of the new painter becomes success you switch the painter.
m
hm good point. gonna try thanks