mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
- Fixed - Other minor code / UI tweaks
This commit is contained in:
+3
-1
@@ -52,7 +52,9 @@ final class SpaceSettingsCoordinator: Coordinator, Presentable {
|
||||
let view = SpaceSettings(viewModel: viewModel.context)
|
||||
.addDependency(AvatarService.instantiate(mediaManager: parameters.session.mediaManager))
|
||||
spaceSettingsViewModel = viewModel
|
||||
spaceSettingsHostingController = VectorHostingController(rootView: view)
|
||||
let controller = VectorHostingController(rootView: view)
|
||||
controller.enableNavigationBarScrollEdgesAppearance = true
|
||||
spaceSettingsHostingController = controller
|
||||
}
|
||||
|
||||
// MARK: - Public
|
||||
|
||||
@@ -40,7 +40,7 @@ struct SpaceSettings: View {
|
||||
.padding(.bottom, 32)
|
||||
}
|
||||
}
|
||||
.background(theme.colors.navigation)
|
||||
.background(theme.colors.navigation.ignoresSafeArea())
|
||||
.waitOverlay(show: viewModel.viewState.isLoading, allowUserInteraction: false)
|
||||
.ignoresSafeArea(.container, edges: .bottom)
|
||||
.frame(maxHeight: .infinity)
|
||||
|
||||
Reference in New Issue
Block a user