mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Navigating to session overview goes to session details
This commit is contained in:
@@ -149,8 +149,8 @@ final class UserSessionsFlowCoordinator: Coordinator, Presentable {
|
||||
coordinator.completion = { [weak self] result in
|
||||
guard let self = self else { return }
|
||||
switch result {
|
||||
case let .openSessionDetails(sessionInfo: session):
|
||||
self.openSessionDetails(sessionInfo: session)
|
||||
case let .openSessionOverview(sessionInfo: session):
|
||||
self.openSessionOverview(sessionInfo: session)
|
||||
}
|
||||
}
|
||||
pushScreen(with: coordinator)
|
||||
|
||||
Reference in New Issue
Block a user