Explicitly hide navigation bar in WelcomeView

May remain stale and empty on profile removal.
This commit is contained in:
Davide De Rosa 2022-04-20 11:48:58 +02:00
parent e7803fb894
commit aefbfaa588
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ struct ProfileView: View {
}
} else {
welcomeView
.navigationBarHidden(true)
}
}.themeSecondaryView()
.navigationTitle(title)