1:修改搜索房间历史,添加删除功能
2:修改图片展示添加日志记录 3:更改设置群管理员的提示语
This commit is contained in:
@@ -85,7 +85,7 @@ class GroupUserListAdapter :
|
||||
private fun showOptionsDialog(ismute: Int, item: GroupBean.GroupUserBean?, b: Boolean) {
|
||||
val options = arrayOf<String?>(
|
||||
if (ismute == 1) "解禁" else "禁言",
|
||||
if (b) "设置成普通成员" else "设置成管理员"
|
||||
if (b) "取消管理员" else "设置管理员"
|
||||
)
|
||||
if (isOwner != 1){
|
||||
options[1] = ""
|
||||
|
||||
Reference in New Issue
Block a user