mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +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:
@@ -30,10 +30,12 @@ class AddRoomItemsProcessor: MatrixItemChooserProcessorProtocol {
|
||||
|
||||
// MARK: MatrixItemChooserSelectionProcessorProtocol
|
||||
|
||||
var dataType: MatrixItemChooserType {
|
||||
.room
|
||||
private(set) var dataSource: MatrixItemChooserDataSource = MatrixItemChooserRoomsDataSource()
|
||||
|
||||
var loadingText: String? {
|
||||
nil
|
||||
}
|
||||
|
||||
|
||||
func computeSelection(withIds itemsIds: [String], completion: @escaping (Result<Void, Error>) -> Void) {
|
||||
addChild(from: itemsIds, at: 0, completion: completion)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user