1:修改搜索房间历史,添加删除功能

2:修改图片展示添加日志记录
3:更改设置群管理员的提示语
This commit is contained in:
2026-01-21 12:46:32 +08:00
parent 3f49cf3790
commit 78f290eef8
4 changed files with 489 additions and 18 deletions

View File

@@ -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] = ""