Sign out menu button

This commit is contained in:
Aleksandrs Proskurins
2022-10-25 08:41:05 +03:00
parent 2be5583e9c
commit 8a0d3ffcba
8 changed files with 56 additions and 14 deletions
@@ -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).")
}