라이브 룸 - 라이브 크리에이터 프로필 영역에 팔로우 버튼 제거
This commit is contained in:
@@ -102,7 +102,6 @@ struct LiveRoomViewV2: View {
|
||||
speakerList: liveRoomInfo.speakerList,
|
||||
muteSpeakerList: viewModel.muteSpeakers,
|
||||
activeSpeakerList: viewModel.activeSpeakers,
|
||||
isFollowing: liveRoomInfo.isFollowing,
|
||||
isAdult: liveRoomInfo.isAdult,
|
||||
onClickQuit: {
|
||||
viewModel.isShowQuitPopup = true
|
||||
@@ -113,13 +112,6 @@ struct LiveRoomViewV2: View {
|
||||
onClickShare: {
|
||||
viewModel.shareRoom()
|
||||
},
|
||||
onClickFollow: {
|
||||
if $0 {
|
||||
viewModel.creatorUnFollow()
|
||||
} else {
|
||||
viewModel.creatorFollow()
|
||||
}
|
||||
},
|
||||
onClickProfile: {
|
||||
if $0 != UserDefaults.int(forKey: .userId) {
|
||||
viewModel.getUserProfile(userId: $0)
|
||||
|
||||
Reference in New Issue
Block a user