mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Moved isCurrentSession into UserSessionInfo
This commit is contained in:
+2
-2
@@ -100,11 +100,11 @@ final class UserSessionsOverviewCoordinator: Coordinator, Presentable {
|
||||
}
|
||||
|
||||
private func showCurrentSessionOverview(session: UserSessionInfo) {
|
||||
completion?(.openSessionOverview(session: session, isCurrentSession: true))
|
||||
completion?(.openSessionOverview(session: session))
|
||||
}
|
||||
|
||||
private func showUserSessionOverview(session: UserSessionInfo) {
|
||||
completion?(.openSessionOverview(session: session, isCurrentSession: false))
|
||||
completion?(.openSessionOverview(session: session))
|
||||
}
|
||||
|
||||
private func showAllOtherSessions() {
|
||||
|
||||
Reference in New Issue
Block a user