Make scrollEdgesAppearance singular to match UIKit

This commit is contained in:
Doug
2022-03-16 08:54:36 +00:00
parent d02ef62cd4
commit cc6afc5f75
8 changed files with 17 additions and 16 deletions
@@ -41,7 +41,7 @@ final class OnboardingUseCaseSelectionCoordinator: Coordinator, Presentable {
let hostingController = VectorHostingController(rootView: view)
hostingController.vc_removeBackTitle()
hostingController.enableNavigationBarScrollEdgesAppearance = true
hostingController.enableNavigationBarScrollEdgeAppearance = true
onboardingUseCaseHostingController = hostingController
}