去掉联系人列表等级展示
This commit is contained in:
@@ -143,15 +143,6 @@ public class CommonRecentViewHolder extends RecentViewHolder {
|
||||
.getUserInfo(Long.parseLong(contactId))
|
||||
.subscribe(userInfo -> {
|
||||
if (userInfo.getUid() != Long.parseLong(contactId)) return;
|
||||
UserLevelVo userLevelVo = userInfo.getUserLevelVo();
|
||||
if (userLevelVo != null && !TextUtils.isEmpty(userLevelVo.getExperUrl())) {
|
||||
mIvNobleLevel.setVisibility(VISIBLE);
|
||||
ImageLoadUtils.loadImage(mIvNobleLevel.getContext(), userLevelVo.getExperUrl(), mIvNobleLevel);
|
||||
}
|
||||
if (userLevelVo != null && !TextUtils.isEmpty(userLevelVo.getCharmUrl())) {
|
||||
ivCharmLevel.setVisibility(VISIBLE);
|
||||
ImageLoadUtils.loadImage(ivCharmLevel.getContext(), userLevelVo.getCharmUrl(), ivCharmLevel);
|
||||
}
|
||||
ivUserGender.setVisibility(VISIBLE);
|
||||
ivVipIcon.setVisibility(VISIBLE);
|
||||
if (userInfo.getGender() == 1) {
|
||||
|
Reference in New Issue
Block a user