비공개 라이브 입장 - 비밀번호 입력창 나오지 않던 버그 수정
This commit is contained in:
parent
1e1b97e2d4
commit
8255065bba
|
@ -52,7 +52,7 @@ struct LiveView: View {
|
||||||
SectionLiveNowView(
|
SectionLiveNowView(
|
||||||
items: viewModel.liveNowItems,
|
items: viewModel.liveNowItems,
|
||||||
onClickParticipant: {
|
onClickParticipant: {
|
||||||
viewModel.enterRoom(roomId: $0)
|
viewModel.enterLiveRoom(roomId: $0)
|
||||||
},
|
},
|
||||||
onTapCreateLive: {
|
onTapCreateLive: {
|
||||||
AppState.shared.setAppStep(step: .createLive(timeSettingMode: .NOW, onSuccess: onCreateSuccess))
|
AppState.shared.setAppStep(step: .createLive(timeSettingMode: .NOW, onSuccess: onCreateSuccess))
|
||||||
|
|
Loading…
Reference in New Issue