wrapp-archive / WebImage-Android

Asynchronous image loading library for Android
MIT License
41 stars 5 forks source link

Wrong image loaded in ListView when scrolling fast #5

Closed nikreiman closed 12 years ago

nikreiman commented 12 years ago

This probably is due to multiple worker threads returning objects in the wrong order when one is fetched from disk/memory, and the other from network.

nikreiman commented 12 years ago

This will be fixed in WebImage-2.0.