-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh picture flicker #77
Comments
I've noticed the same flicker in ImageViews even when loading images from the cache. |
Me too! but i set crossfade(false) to temporarily solve this problem. @colinrtwhite When setting the same picture, I hope he won't change anything. |
@isMeiying The equivalent of Glide's |
Thank you very much, it solved my problem! |
memoryCachePolicy(CachePolicy.DISABLED)
after loading the same picture will cause flicker, glide hasdontAnimate()
can solve, the coil?The text was updated successfully, but these errors were encountered: