Skip to content

Commit

Permalink
Merge pull request #6610 from vector-im/gil/6599-Space_invites_in_the…
Browse files Browse the repository at this point in the history
…_bottom_sheet

App Layout: added space invites in space bottom sheet
  • Loading branch information
gileluard authored Aug 22, 2022
2 parents c119602 + 7bb4e03 commit a8239ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a8239ff

Please sign in to comment.