App Layout: added space invites in space bottom sheet

- fixed build issue
This commit is contained in:
Gil Eluard
2022-08-22 17:58:02 +02:00
parent 9441ce2c2c
commit 20a9183894
@@ -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()