mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 21:56:58 +02:00
Sign out menu button
This commit is contained in:
+2
@@ -56,6 +56,8 @@ final class UserOtherSessionsCoordinator: Coordinator, Presentable {
|
||||
switch result {
|
||||
case let .showUserSessionOverview(sessionInfo: session):
|
||||
self.completion?(.openSessionOverview(sessionInfo: session))
|
||||
case let .singOutFromUserSessions(sessionInfos: sessionInfos):
|
||||
self.completion?(.singOutFromUserSessions(sessionInfos: sessionInfos))
|
||||
}
|
||||
MXLog.debug("[UserOtherSessionsCoordinator] UserOtherSessionsViewModel did complete with result: \(result).")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user