fix [热门-分享-站内好友-列表缺好友的头像]
This commit is contained in:
parent
6b616a4ff8
commit
72a18a0500
@ -49,6 +49,7 @@ public class ImgLoader {
|
|||||||
if (width != -1 && height != -1) {
|
if (width != -1 && height != -1) {
|
||||||
builder = builder.override(width, height);
|
builder = builder.override(width, height);
|
||||||
}
|
}
|
||||||
|
builder = builder.error(R.mipmap.chat_head_mo);
|
||||||
builder.thumbnail(thumbnail).into(imageView);
|
builder.thumbnail(thumbnail).into(imageView);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user