fix(live-room): 라이브 상세 복귀 시 DIM만 보이는 상태를 방지한다

This commit is contained in:
Yu Sung
2026-03-24 12:05:25 +09:00
parent 4f66ffb595
commit c6a6b3c79e
2 changed files with 38 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import Kingfisher
struct LiveDetailView: View {
@ObservedObject var viewModel = LiveDetailViewModel()
@StateObject private var viewModel = LiveDetailViewModel()
@State private var isExpandParticipantArea = false
@State private var isShowCancelPopup = false