Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 400 forks source link

Clear (previously) loaded image from BigImageView in RecyclerView's view holder #246

Closed batadamnjanovic closed 1 year ago

batadamnjanovic commented 1 year ago

Hi, is there any way to clear a previously loaded image in a view holder in a RecyclerView? Currently, I am seeing the previous image while scrolling for a few milliseconds and then the correct one.

Thanks.

batadamnjanovic commented 1 year ago

Found it in the description.