fix [热门-分享-站内好友-列表缺好友的头像]

This commit is contained in:
zlzw 2024-03-28 10:28:26 +08:00
parent 6b616a4ff8
commit 72a18a0500

View File

@ -49,6 +49,7 @@ public class ImgLoader {
if (width != -1 && height != -1) {
builder = builder.override(width, height);
}
builder = builder.error(R.mipmap.chat_head_mo);
builder.thumbnail(thumbnail).into(imageView);
}