mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Hide navigation bar on launch screen
This commit is contained in:
@@ -49,6 +49,7 @@ final class OnboardingBwiSplashScreenCoordinator: OnboardingBwiSplashScreenCoord
|
||||
let view = OnboardingBwiSplashScreen(viewModel: viewModel.context)
|
||||
let hostingController = VectorHostingController(rootView: view)
|
||||
hostingController.vc_removeBackTitle()
|
||||
hostingController.isNavigationBarHidden = true
|
||||
onboardingSplashScreenHostingController = hostingController
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user