라이브 방 - 입장메시지 방장만 보이도록 수정
This commit is contained in:
parent
01512abaf0
commit
8e135e893e
|
@ -190,7 +190,7 @@ class LiveRoomViewModel(
|
|||
|
||||
getTotalDonationCan(roomId = roomId)
|
||||
|
||||
if (userId > 0) {
|
||||
if (userId > 0 && it.data.creatorId == SharedPreferenceManager.userId) {
|
||||
val nickname = getUserNickname(userId)
|
||||
onSuccess(nickname)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue