라이브 방
- 하트 후원 API 연결 - 하트 후원 성공시 하트 애니메이션 호출 - 하트 후원 성공시 채팅으로 알림
This commit is contained in:
@@ -28,6 +28,10 @@ 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