비공개 라이브 입장 - 비밀번호 입력창 나오지 않던 버그 수정
This commit is contained in:
parent
1e1b97e2d4
commit
8255065bba
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue