라이브 룸 - 라이브 크리에이터 프로필 영역에 팔로우 버튼 제거

This commit is contained in:
Yu Sung
2026-02-04 16:58:14 +09:00
parent 3456510eec
commit 3590db82be
4 changed files with 4 additions and 36 deletions

View File

@@ -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)