mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Session overview screen
This commit is contained in:
-1
@@ -18,7 +18,6 @@ import SwiftUI
|
||||
import CommonKit
|
||||
|
||||
struct UserSessionDetailsCoordinatorParameters {
|
||||
let session: MXSession
|
||||
let userSessionInfo: UserSessionInfo
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ enum MockUserSessionDetailsScreenState: MockScreenState, CaseIterable {
|
||||
/// A list of screen state definitions
|
||||
static var allCases: [MockUserSessionDetailsScreenState] {
|
||||
// Each of the presence statuses
|
||||
return [.allSections, sessionSectionOnly]
|
||||
return [.allSections, .sessionSectionOnly]
|
||||
}
|
||||
|
||||
/// Generate the view struct for the screen state.
|
||||
|
||||
Reference in New Issue
Block a user