修复展示头像bug

This commit is contained in:
董宏宇
2020-07-28 20:20:53 +08:00
parent dcf3c4ecf4
commit 2c43807cf7

View File

@@ -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);
}