mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
UserSessionsOverviewViewModelResult: Remove useless case.
This commit is contained in:
-6
@@ -65,8 +65,6 @@ final class UserSessionsOverviewCoordinator: Coordinator, Presentable {
|
||||
switch result {
|
||||
case .cancel:
|
||||
self.completion?()
|
||||
case .loadData:
|
||||
self.loadData()
|
||||
case .showAllUnverifiedSessions:
|
||||
self.showAllUnverifiedSessions()
|
||||
case .showAllInactiveSessions:
|
||||
@@ -102,10 +100,6 @@ final class UserSessionsOverviewCoordinator: Coordinator, Presentable {
|
||||
loadingIndicator = nil
|
||||
}
|
||||
|
||||
private func loadData() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
private func showAllUnverifiedSessions() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
@@ -22,7 +22,6 @@ import Foundation
|
||||
|
||||
enum UserSessionsOverviewViewModelResult {
|
||||
case cancel
|
||||
case loadData
|
||||
case showAllUnverifiedSessions
|
||||
case showAllInactiveSessions
|
||||
case verifyCurrentSession
|
||||
|
||||
Reference in New Issue
Block a user