parent
b67df96c85
commit
1885482055
|
@ -310,13 +310,7 @@ data class LiveRoomDonationChat(
|
||||||
itemBinding.llMessageBg.background = null
|
itemBinding.llMessageBg.background = null
|
||||||
|
|
||||||
if (spChat.contains("비밀")) {
|
if (spChat.contains("비밀")) {
|
||||||
itemBinding.root.setBackgroundResource(
|
itemBinding.root.setBackgroundResource(R.drawable.bg_round_corner_6_7_cc59548f)
|
||||||
if (memberId == SharedPreferenceManager.userId) {
|
|
||||||
R.drawable.bg_round_corner_6_7_cc59548f
|
|
||||||
} else {
|
|
||||||
R.drawable.bg_round_corner_6_7_cc333333
|
|
||||||
}
|
|
||||||
)
|
|
||||||
} else {
|
} else {
|
||||||
itemBinding.root.setBackgroundResource(
|
itemBinding.root.setBackgroundResource(
|
||||||
when {
|
when {
|
||||||
|
|
Loading…
Reference in New Issue