라이브 방
- 차단한 유저의 채팅이 보이지 않도록 수정
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user