mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
SP3.1: Update room settings for Spaces #5231
- Added list bottom padding to MatrixItemChooser view
This commit is contained in:
@@ -50,7 +50,7 @@ enum MockMatrixItemChooserScreenState: MockScreenState, CaseIterable {
|
||||
|
||||
return (
|
||||
[service, viewModel],
|
||||
AnyView(MatrixItemChooser(viewModel: viewModel.context)
|
||||
AnyView(MatrixItemChooser(viewModel: viewModel.context, listBottomPadding: nil)
|
||||
.addDependency(MockAvatarService.example))
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user