parent
b67df96c85
commit
1885482055
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue