Closed DJafari closed 8 years ago
i found a bug in NetworkImageViewPlus when setFadeInImage is true
NetworkImageViewPlus
setFadeInImage
in this file : https://github.com/DWorkS/VolleyPlus/blob/master/library/src/com/android/volley/ui/NetworkImageViewPlus.java#L257
you must remove : setImageDrawable(null);
setImageDrawable(null);
fixed in latest version
i found a bug in
NetworkImageViewPlus
whensetFadeInImage
is truein this file : https://github.com/DWorkS/VolleyPlus/blob/master/library/src/com/android/volley/ui/NetworkImageViewPlus.java#L257
you must remove :
setImageDrawable(null);