mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +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:
@@ -34,6 +34,7 @@ class RoomPreviewNavigationParameters: RoomNavigationParameters {
|
||||
super.init(roomId: previewData.roomId,
|
||||
eventId: previewData.eventId,
|
||||
mxSession: previewData.mxSession,
|
||||
presentationParameters: presentationParameters)
|
||||
presentationParameters: presentationParameters,
|
||||
showSettingsInitially: false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user