修复滑动直播间观众列表头像装饰未清除问题
This commit is contained in:
parent
a965a83653
commit
1b7296c13b
@ -117,7 +117,7 @@ public class LiveUserAdapter extends RecyclerView.Adapter<LiveUserAdapter.Vh> {
|
||||
ImgLoader.display2(mContext, userBean.getAvatar(), mAvatar,100,100);
|
||||
// ImageLoadUtils.loadUrl(userBean.getAvatar(),32,32,mAvatar);
|
||||
}
|
||||
|
||||
gift_svga.setImageDrawable(null);
|
||||
if (userBean.getDress() != null) {
|
||||
if (userBean.getDress().getAvatar_frame().contains("svga")) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user