修改"领取徽章弹窗显示的徽章图片不对"的问题
This commit is contained in:
@ -1791,7 +1791,7 @@ public class DialogUtils {
|
||||
ImageView badgeLightBg = contentView.findViewById(R.id.dialog_badge_light_bg);
|
||||
TextView receiveTv = contentView.findViewById(R.id.dialog_ok);
|
||||
|
||||
ImageUtils.display(badgeView, badge.getImage());
|
||||
ImageUtils.display(badgeView, badge.getIcon());
|
||||
titleTv.setText(badge.getName());
|
||||
|
||||
// 领取条件文本超过一行就不显示
|
||||
|
||||
Reference in New Issue
Block a user