mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Navigating to session overview goes to session details
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ final class UserOtherSessionsCoordinator: Coordinator, Presentable {
|
||||
guard let self = self else { return }
|
||||
switch result {
|
||||
case let .showUserSessionOverview(sessionInfo: session):
|
||||
self.completion?(.openSessionDetails(sessionInfo: session))
|
||||
self.completion?(.openSessionOverview(sessionInfo: session))
|
||||
}
|
||||
MXLog.debug("[UserOtherSessionsCoordinator] UserOtherSessionsViewModel did complete with result: \(result).")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user