mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
Implement leave
This commit is contained in:
@@ -81,6 +81,14 @@ extension RoomInfoCoordinator: RoomInfoListCoordinatorDelegate {
|
||||
self?.remove(childCoordinator: coordinator)
|
||||
}
|
||||
}
|
||||
|
||||
func roomInfoListCoordinator(_ coordinator: RoomInfoListCoordinatorType, wantsToPresent viewController: UIViewController) {
|
||||
let coordinator = SimpleCoordinator(withViewController: viewController)
|
||||
coordinator.start()
|
||||
|
||||
self.add(childCoordinator: coordinator)
|
||||
navigationRouter.present(coordinator, animated: true)
|
||||
}
|
||||
|
||||
func roomInfoListCoordinatorDidCancel(_ coordinator: RoomInfoListCoordinatorType) {
|
||||
self.delegate?.roomInfoCoordinatorDidComplete(self)
|
||||
|
||||
Reference in New Issue
Block a user