Fix API change for VectorHostingController

This commit is contained in:
Philippe Loriaux
2022-10-20 18:50:24 +02:00
parent 3ee6a0050e
commit 1514e54383
@@ -60,8 +60,7 @@ final class VoiceBroadcastRecorderCoordinator: Coordinator, Presentable {
func start() { }
func toPresentable() -> UIViewController {
VectorHostingController(rootView: VoiceBroadcastRecorderView(viewModel: voiceBroadcastRecorderViewModel.context),
forceZeroSafeAreaInsets: true)
VectorHostingController(rootView: VoiceBroadcastRecorderView(viewModel: voiceBroadcastRecorderViewModel.context))
}
func pauseRecording() {