1:修改系统和官方公告展示html出现标签展示的问题

2:添加群全员禁言和单个禁言的功能
3:将道具商城做成原生的
4:添加应用更新的时候,添加版本判断和重新刷新手机文本,预防出现安装缓存(自己测试十几次,未在出现问题,还需要大量测试)
This commit is contained in:
2026-01-04 08:58:09 +08:00
parent aa96aa4a3b
commit f77b5ba4d7
45 changed files with 2008 additions and 39 deletions

View File

@@ -267,7 +267,7 @@ public class TUIConversationFragment extends Fragment {
mConversationPopWindow.setBackgroundDrawable(new ColorDrawable());
mConversationPopWindow.setOutsideTouchable(true);
int width = ConversationUtils.getListUnspecifiedWidth(mConversationPopAdapter, mConversationPopList);
mConversationPopWindow.setWidth(width);
mConversationPopWindow.setWidth(width*2);
mConversationPopWindow.setOnDismissListener(new PopupWindow.OnDismissListener() {
@Override
public void onDismiss() {