fix(live): 라이브룸 전역 표시를 보정한다
This commit is contained in:
@@ -462,7 +462,6 @@ struct LiveRoomViewV2: View {
|
||||
}
|
||||
)
|
||||
.padding(.top, isV2VCaptionVisible ? -13.3 : 0)
|
||||
.padding(.bottom, 10)
|
||||
}
|
||||
|
||||
if viewModel.isShowingNewChat {
|
||||
@@ -1004,7 +1003,6 @@ struct LiveRoomViewV2: View {
|
||||
viewModel.setMute(true)
|
||||
shouldRestoreMicMuteAfterCapture = true
|
||||
}
|
||||
.ignoresSafeArea(.keyboard)
|
||||
.edgesIgnoringSafeArea(appliedKeyboardHeight > 0 ? .bottom : .init())
|
||||
.sheet(
|
||||
isPresented: $viewModel.isShowShareView,
|
||||
@@ -1113,6 +1111,8 @@ struct LiveRoomViewV2: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
||||
.ignoresSafeArea()
|
||||
}
|
||||
|
||||
private func estimatedHeight(for text: String, width: CGFloat) -> CGFloat {
|
||||
@@ -1198,6 +1198,7 @@ private final class ScreenCaptureSecureHostingController<Content: View>: UIViewC
|
||||
hostingController = UIHostingController(rootView: rootView)
|
||||
self.isSecureModeEnabled = isSecureModeEnabled
|
||||
super.init(nibName: nil, bundle: nil)
|
||||
hostingController.safeAreaRegions = .container
|
||||
}
|
||||
|
||||
required init?(coder: NSCoder) {
|
||||
|
||||
Reference in New Issue
Block a user