修复热度加gif不播放问题
This commit is contained in:
parent
d13e42e33d
commit
862295ff03
@ -72,7 +72,6 @@ public class ImgLoader {
|
||||
.load(url)
|
||||
|
||||
.thumbnail(thumbnail)
|
||||
.dontAnimate()
|
||||
.placeholder(imageView.getDrawable());
|
||||
if (width != -1 && height != -1) {
|
||||
builder = builder.override(width, height);
|
||||
|
Loading…
Reference in New Issue
Block a user