修复女神说主播端不隐藏的问题
This commit is contained in:
parent
9e7909ec70
commit
66e011f2d3
@ -4622,7 +4622,11 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
ImgLoader.display(mContext, preview.getStyleImage(), mAnchorSayImage);
|
||||
if (preview.getIsShow() == 1) {
|
||||
mAnchorSay.setVisibility(View.VISIBLE);
|
||||
}else{
|
||||
mAnchorSay.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
}else{
|
||||
mAnchorSay.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user