mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Unit and ui tests
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ final class UserSessionOverviewCoordinator: Coordinator, Presentable {
|
||||
switch result {
|
||||
case .verifyCurrentSession:
|
||||
break // TODO
|
||||
case let .showCurrentSessionDetails(sessionInfo: sessionInfo):
|
||||
case let .showSessionDetails(sessionInfo: sessionInfo):
|
||||
self.completion?(.openSessionDetails(session: sessionInfo))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user