mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
SP3.1: Update room settings for Spaces #5231
- Added list bottom padding to MatrixItemChooser view
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ struct SpaceCreationMatrixItemChooser: View {
|
||||
@ViewBuilder
|
||||
private var mainView: some View {
|
||||
ZStack(alignment: .bottom) {
|
||||
MatrixItemChooser(viewModel: viewModel)
|
||||
MatrixItemChooser(viewModel: viewModel, listBottomPadding: 72)
|
||||
footerView
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user