From 8255065bba238a29b252a91353cbab532b232eba Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 4 Oct 2023 20:25:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EA=B3=B5=EA=B0=9C=20=EB=9D=BC?= =?UTF-8?q?=EC=9D=B4=EB=B8=8C=20=EC=9E=85=EC=9E=A5=20-=20=EB=B9=84?= =?UTF-8?q?=EB=B0=80=EB=B2=88=ED=98=B8=20=EC=9E=85=EB=A0=A5=EC=B0=BD=20?= =?UTF-8?q?=EB=82=98=EC=98=A4=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/LiveView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Live/LiveView.swift b/SodaLive/Sources/Live/LiveView.swift index 540d112..a8acab6 100644 --- a/SodaLive/Sources/Live/LiveView.swift +++ b/SodaLive/Sources/Live/LiveView.swift @@ -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))