fix(live-room): 라이브 상세 복귀 시 DIM만 보이는 상태를 방지한다
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user