Fix missing animation loading non-ready profile

When there is no initial active profile.
This commit is contained in:
Davide De Rosa 2022-05-05 08:57:02 +02:00
parent 19886c2314
commit abb23e8234
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ struct ProfileView: View {
var body: some View {
debugChanges()
return Group {
if isExisting {
if isLoading || isExisting {
mainView
} else {
WelcomeView()