mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
SP3.1: Update room settings for Spaces #5231
- Added list bottom padding to MatrixItemChooser view
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ struct RoomSuggestionSpaceChooserSelector: View {
|
||||
|
||||
@ViewBuilder
|
||||
var body: some View {
|
||||
MatrixItemChooser(viewModel: viewModel)
|
||||
MatrixItemChooser(viewModel: viewModel, listBottomPadding: nil)
|
||||
.background(theme.colors.background)
|
||||
.navigationTitle(VectorL10n.roomSuggestionSettingsScreenNavTitle)
|
||||
.navigationBarBackButtonHidden(true)
|
||||
|
||||
Reference in New Issue
Block a user