fix: 라이브 시작 푸시를 터치하여 앱을 실행했을 때 스플래시 화면에서 화면 이동이 되지 않던 버그 수정

This commit is contained in:
Yu Sung
2025-05-14 17:48:45 +09:00
parent f3c5e29b60
commit 35d98b2378

View File

@@ -231,6 +231,7 @@ final class LiveViewModel: ObservableObject {
} else { } else {
if roomId > 0 { if roomId > 0 {
AppState.shared.isShowPlayer = true AppState.shared.isShowPlayer = true
AppState.shared.setAppStep(step: .main)
} }
} }
} else { } else {