Explicitly hide navigation bar in WelcomeView
May remain stale and empty on profile removal.
This commit is contained in:
parent
e7803fb894
commit
aefbfaa588
|
@ -77,6 +77,7 @@ struct ProfileView: View {
|
|||
}
|
||||
} else {
|
||||
welcomeView
|
||||
.navigationBarHidden(true)
|
||||
}
|
||||
}.themeSecondaryView()
|
||||
.navigationTitle(title)
|
||||
|
|
Loading…
Reference in New Issue