라이브 방

- 차단한 유저의 채팅이 보이지 않도록 수정
This commit is contained in:
Yu Sung
2024-09-05 18:12:10 +09:00
parent 7408288d85
commit 66ce37defa
4 changed files with 63 additions and 21 deletions

View File

@@ -358,6 +358,7 @@ struct LiveRoomViewV2: View {
viewModel.getMemberCan()
viewModel.initAgoraEngine()
viewModel.getRoomInfo()
viewModel.getBlockedMemberIdList()
NotificationCenter.default.addObserver(
forName: UIApplication.willTerminateNotification,
@@ -520,7 +521,7 @@ struct LiveRoomViewV2: View {
)
Rectangle()
.foregroundColor(Color(hex: "222222"))
.foregroundColor(Color.gray22)
.frame(width: screenSize().width, height: 15.3)
}
.ignoresSafeArea()