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
@@ -75,7 +75,7 @@ final class MatrixItemChooserCoordinator: Coordinator, Presentable {
|
||||
let view = viewProvider.view(with: viewModel.context).addDependency(AvatarService.instantiate(mediaManager: parameters.session.mediaManager))
|
||||
matrixItemChooserHostingController = VectorHostingController(rootView: view)
|
||||
} else {
|
||||
let view = MatrixItemChooser(viewModel: viewModel.context)
|
||||
let view = MatrixItemChooser(viewModel: viewModel.context, listBottomPadding: nil)
|
||||
.addDependency(AvatarService.instantiate(mediaManager: parameters.session.mediaManager))
|
||||
matrixItemChooserHostingController = VectorHostingController(rootView: view)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user