라이브방
- 하트바 위치 수정 : 채팅 -> 공지 밑
This commit is contained in:
@@ -28,10 +28,6 @@ struct LiveRoomChatView: View {
|
||||
let chatMessage = messages[index] as! LiveRoomJoinChat
|
||||
LiveRoomJoinChatItemView(chatMessage: chatMessage)
|
||||
|
||||
case LiveRoomChatType.HEART:
|
||||
let chatMessage = messages[index] as! LiveRoomHeartDonationChat
|
||||
LiveRoomHeartDonationChatItemView(chatMessage: chatMessage)
|
||||
|
||||
default:
|
||||
let chatMessage = messages[index] as! LiveRoomNormalChat
|
||||
LiveRoomChatItemView(
|
||||
|
Reference in New Issue
Block a user