비밀 미션

- 비밀 미션 채팅 배경색 : 보라색으로 고정
This commit is contained in:
klaus 2024-11-21 00:31:56 +09:00
parent b67df96c85
commit 1885482055
1 changed files with 1 additions and 7 deletions

View File

@ -310,13 +310,7 @@ data class LiveRoomDonationChat(
itemBinding.llMessageBg.background = null
if (spChat.contains("비밀")) {
itemBinding.root.setBackgroundResource(
if (memberId == SharedPreferenceManager.userId) {
R.drawable.bg_round_corner_6_7_cc59548f
} else {
R.drawable.bg_round_corner_6_7_cc333333
}
)
itemBinding.root.setBackgroundResource(R.drawable.bg_round_corner_6_7_cc59548f)
} else {
itemBinding.root.setBackgroundResource(
when {