nostra13 / Android-Universal-Image-Loader

Powerful and flexible library for loading, caching and displaying images on Android.
Apache License 2.0
16.78k stars 6.1k forks source link

BitmapConfig value not respected when there are multiple downloads with same uri but different displayImageOptions #963

Open pramodshri opened 9 years ago

pramodshri commented 9 years ago

Trigger two loads :

When both loads are requested, the bitmap returned in imageLoadingListener is RGB_565.

I suppose this problem is because the second call would check in the MemoryCache if the image from the url is already available and return it.

nostra13 commented 9 years ago

Yes, it is.