mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
App Layout: added space invites in space bottom sheet
- fixed build issue
This commit is contained in:
+2
@@ -101,6 +101,8 @@ final class SpaceSelectorBottomSheetCoordinator: NSObject, Coordinator, Presenta
|
||||
self.navigationRouter.setRootModule(coordinator)
|
||||
} else {
|
||||
self.navigationRouter.push(coordinator.toPresentable(), animated: true) { [weak self] in
|
||||
guard let self = self else { return }
|
||||
|
||||
self.remove(childCoordinator: coordinator)
|
||||
if coordinator is SpaceSelectorCoordinator {
|
||||
self.spaceIdStack.removeLast()
|
||||
|
||||
Reference in New Issue
Block a user