Bug Fix : Crash on new voice broadcast if the room has avatar (#7173)

* Bug Fix : Crash if the room has avatar and voice broadcast tiles

* add logfile

* update logs
This commit is contained in:
giomfo
2022-12-15 16:46:09 +01:00
committed by GitHub
parent de9303219b
commit a908802360
2 changed files with 2 additions and 0 deletions
@@ -57,6 +57,7 @@ final class VoiceBroadcastRecorderCoordinator: Coordinator, Presentable {
func toPresentable() -> UIViewController {
let view = VoiceBroadcastRecorderView(viewModel: voiceBroadcastRecorderViewModel.context)
.addDependency(AvatarService.instantiate(mediaManager: parameters.session.mediaManager))
return VectorHostingController(rootView: view)
}