Navigating to session overview goes to session details

This commit is contained in:
Aleksandrs Proskurins
2022-10-14 09:21:17 +03:00
parent 8fa639f96e
commit 8614315c00
3 changed files with 4 additions and 4 deletions
@@ -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)