Improve ImageViewEx recycling in ListViews
frapontillo opened this issue · 0 comments
frapontillo commented
When an ImageViewEx
is recycled in a ListView
, it always sets the emptyDrawable
and then looks for the image in the several sources (mem/disk/network) in an asynchronous way.
The new behavior should:
- look for the image in the mem cache
- if there was no image in the mem cache, set the
emptyDrawable
- carry on as usual