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 {