mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
SP3.1: Update room settings for Spaces element-ios#5231
- Changed the Room Settings screen according to the new design - Implemented the room access flow - Added room upgrade support - Implemented the room suggestion screen
This commit is contained in:
+2
-2
@@ -19,10 +19,10 @@ import Combine
|
||||
|
||||
@available(iOS 14.0, *)
|
||||
protocol MatrixItemChooserServiceProtocol {
|
||||
var type: MatrixItemChooserType { get }
|
||||
var itemsSubject: CurrentValueSubject<[MatrixListItemData], Never> { get }
|
||||
var sectionsSubject: CurrentValueSubject<[MatrixListItemSectionData], Never> { get }
|
||||
var selectedItemIdsSubject: CurrentValueSubject<Set<String>, Never> { get }
|
||||
var searchText: String { get set }
|
||||
var loadingText: String? { get }
|
||||
|
||||
func reverseSelectionForItem(withId itemId: String)
|
||||
func processSelection(completion: @escaping (Result<Void, Error>) -> Void)
|
||||
|
||||
Reference in New Issue
Block a user