修复热度加gif不播放问题

This commit is contained in:
zlzw 2022-11-10 14:30:54 +08:00
parent d13e42e33d
commit 862295ff03

View File

@ -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);