fix(navigation): 라이브 재생 중 외부 이동을 확인 후 처리한다
This commit is contained in:
@@ -862,6 +862,9 @@ struct LiveRoomViewV2: View {
|
||||
waterProgress = 0
|
||||
}
|
||||
}
|
||||
.onReceive(NotificationCenter.default.publisher(for: .requestLiveRoomQuitForExternalNavigation)) { _ in
|
||||
viewModel.quitRoom()
|
||||
}
|
||||
.ignoresSafeArea(.keyboard)
|
||||
.edgesIgnoringSafeArea(keyboardHandler.keyboardHeight > 0 ? .bottom : .init())
|
||||
.sheet(
|
||||
|
||||
Reference in New Issue
Block a user