mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Merge pull request #6593 from vector-im/gil/6581-App_Layout-Leaving_Space_should_send_user_to_All_Chats
App Layout: Leaving a Space now sends user to All Chats
This commit is contained in:
@@ -314,6 +314,8 @@ class AllChatsViewController: HomeViewController {
|
||||
coordinator.start()
|
||||
add(childCoordinator: coordinator)
|
||||
coordinator.completion = { [weak self] result in
|
||||
// switching to home space
|
||||
self?.switchSpace(withId: nil)
|
||||
coordinator.toPresentable().dismiss(animated: true) {
|
||||
self?.remove(childCoordinator: coordinator)
|
||||
}
|
||||
|
||||
1
changelog.d/6581.bugfix
Normal file
1
changelog.d/6581.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
App Layout: Leaving a Space now sends user to All Chats
|
||||
Reference in New Issue
Block a user