mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02: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 RoomRestrictedAccessSpaceChooserSelector: View {
|
||||
|
||||
@ViewBuilder
|
||||
var body: some View {
|
||||
MatrixItemChooser(viewModel: viewModel)
|
||||
MatrixItemChooser(viewModel: viewModel, listBottomPadding: nil)
|
||||
.background(theme.colors.background)
|
||||
.navigationTitle(VectorL10n.roomAccessSettingsScreenNavTitle)
|
||||
// .navigationBarBackButtonHidden(true)
|
||||
|
||||
Reference in New Issue
Block a user