mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Make scrollEdgesAppearance singular to match UIKit
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ final class SpaceSettingsCoordinator: Coordinator, Presentable {
|
||||
.addDependency(AvatarService.instantiate(mediaManager: parameters.session.mediaManager))
|
||||
spaceSettingsViewModel = viewModel
|
||||
let controller = VectorHostingController(rootView: view)
|
||||
controller.enableNavigationBarScrollEdgesAppearance = true
|
||||
controller.enableNavigationBarScrollEdgeAppearance = true
|
||||
spaceSettingsHostingController = controller
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user