修复展示头像bug
This commit is contained in:
@@ -75,6 +75,7 @@ public class V2XPushLiveCarWindow extends RelativeLayout implements IV2XWindow<V
|
||||
Logger.w(MODULE_NAME, "更新直播信息。。。。。" + entity);
|
||||
|
||||
if (!TextUtils.isEmpty(entity.getHeadImgUrl())) {
|
||||
mIvReportHead.setVisibility(VISIBLE);
|
||||
V2XServiceManager.getImageLoader()
|
||||
.displayImage(entity.getHeadImgUrl(), mIvReportHead);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user