비밀 미션
- 비밀 미션 채팅 배경색 : 보라색으로 고정
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user