From 35d98b2378e2e7771b7066d4efa232849a33545d Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 14 May 2025 17:48:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EC=8B=9C?= =?UTF-8?q?=EC=9E=91=20=ED=91=B8=EC=8B=9C=EB=A5=BC=20=ED=84=B0=EC=B9=98?= =?UTF-8?q?=ED=95=98=EC=97=AC=20=EC=95=B1=EC=9D=84=20=EC=8B=A4=ED=96=89?= =?UTF-8?q?=ED=96=88=EC=9D=84=20=EB=95=8C=20=EC=8A=A4=ED=94=8C=EB=9E=98?= =?UTF-8?q?=EC=8B=9C=20=ED=99=94=EB=A9=B4=EC=97=90=EC=84=9C=20=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=9D=B4=EB=8F=99=EC=9D=B4=20=EB=90=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8D=98=20=EB=B2=84=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/LiveViewModel.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/SodaLive/Sources/Live/LiveViewModel.swift b/SodaLive/Sources/Live/LiveViewModel.swift index d1b529e..5deab62 100644 --- a/SodaLive/Sources/Live/LiveViewModel.swift +++ b/SodaLive/Sources/Live/LiveViewModel.swift @@ -231,6 +231,7 @@ final class LiveViewModel: ObservableObject { } else { if roomId > 0 { AppState.shared.isShowPlayer = true + AppState.shared.setAppStep(step: .main) } } } else {