fix(live): 라이브 종료 후 이전 화면을 유지한다

This commit is contained in:
Yu Sung
2026-07-14 18:12:21 +09:00
parent 1b26bc28dd
commit 0388e48930
3 changed files with 4 additions and 3 deletions

View File

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