mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Move Jitsi view controller to CallPresenter
This commit is contained in:
@@ -83,7 +83,7 @@ class RoomGroupCallStatusBubbleCell: RoomBaseCallBubbleCell {
|
||||
|
||||
private var isJoined: Bool {
|
||||
return widgetId != nil &&
|
||||
AppDelegate.theDelegate().jitsiViewController?.widget.widgetId == widgetId
|
||||
AppDelegate.theDelegate().callPresenter.jitsiVC?.widget.widgetId == widgetId
|
||||
}
|
||||
|
||||
private var actionUserInfo: [AnyHashable: Any]? {
|
||||
|
||||
Reference in New Issue
Block a user