mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Add .viewSessionInfo view action
This commit is contained in:
+2
@@ -72,6 +72,8 @@ final class UserSessionOverviewCoordinator: Coordinator, Presentable {
|
||||
self.completion?(.renameSession(sessionInfo))
|
||||
case let .logoutOfSession(sessionInfo):
|
||||
self.completion?(.logoutOfSession(sessionInfo))
|
||||
case let .showSessionStateInfo(sessionInfo):
|
||||
self.completion?(.showSessionStateInfo(sessionInfo))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user