비공개 라이브 입장 - 비밀번호 입력창 나오지 않던 버그 수정

This commit is contained in:
Yu Sung 2023-10-04 20:25:19 +09:00
parent 1e1b97e2d4
commit 8255065bba
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ struct LiveView: View {
SectionLiveNowView(
items: viewModel.liveNowItems,
onClickParticipant: {
viewModel.enterRoom(roomId: $0)
viewModel.enterLiveRoom(roomId: $0)
},
onTapCreateLive: {
AppState.shared.setAppStep(step: .createLive(timeSettingMode: .NOW, onSuccess: onCreateSuccess))