|
@@ -253,10 +253,8 @@ public class ChatGroupSettingActivity extends BaseMVPActivity<ActivityChatGroupS
|
|
|
GroupMemberBean usersBean = data.get(i);
|
|
|
String id = usersBean.getUserId() + "";
|
|
|
String name = usersBean.getNickname();
|
|
|
- String title = usersBean.getRoleType();
|
|
|
- String nameStr = TextUtils.isEmpty(title) ? name : name + "(" + title + ")";
|
|
|
if (!TextUtils.isEmpty(id)) {
|
|
|
- RongIM.getInstance().refreshGroupUserInfoCache(new GroupUserInfo(groupId, id, nameStr));
|
|
|
+ RongIM.getInstance().refreshGroupUserInfoCache(new GroupUserInfo(groupId, id, name));
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
}
|