mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Bug Fix : Crash if the room has avatar and voice broadcast tiles
This commit is contained in:
+3
-1
@@ -56,7 +56,9 @@ final class VoiceBroadcastRecorderCoordinator: Coordinator, Presentable {
|
||||
func start() { }
|
||||
|
||||
func toPresentable() -> UIViewController {
|
||||
VectorHostingController(rootView: VoiceBroadcastRecorderView(viewModel: voiceBroadcastRecorderViewModel.context))
|
||||
let view = VoiceBroadcastRecorderView(viewModel: voiceBroadcastRecorderViewModel.context)
|
||||
.addDependency(AvatarService.instantiate(mediaManager: parameters.session.mediaManager))
|
||||
return VectorHostingController(rootView: view)
|
||||
}
|
||||
|
||||
func pauseRecording() {
|
||||
|
||||
Reference in New Issue
Block a user