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