82 fix bugs,消息背景透明色,混淆mapping详细规则。

This commit is contained in:
2025-12-30 14:10:35 +08:00
parent e6892d533c
commit 359f93aac7
3 changed files with 6 additions and 7 deletions

View File

@@ -171,7 +171,7 @@ public class ConversationCommonHolder extends ConversationBaseHolder {
if (cellBackground != null) {
leftItemLayout.setBackground(cellBackground);
} else {
leftItemLayout.setBackgroundColor(Color.WHITE);
leftItemLayout.setBackgroundColor(Color.TRANSPARENT);
}
}
if (!TUIConversationConfigClassic.isShowCellUnreadCount()) {