DWorkS / VolleyPlus

🏐 Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley
https://github.com/DWorkS/VolleyPlus
984 stars 275 forks source link

bug in NetworkImageViewPlus #43

Closed DJafari closed 8 years ago

DJafari commented 8 years ago

i found a bug in NetworkImageViewPlus when setFadeInImage is true

in this file : https://github.com/DWorkS/VolleyPlus/blob/master/library/src/com/android/volley/ui/NetworkImageViewPlus.java#L257

you must remove : setImageDrawable(null);

1hakr commented 8 years ago

fixed in latest version