Fix missing animation loading non-ready profile
When there is no initial active profile.
This commit is contained in:
parent
19886c2314
commit
abb23e8234
|
@ -62,7 +62,7 @@ struct ProfileView: View {
|
|||
var body: some View {
|
||||
debugChanges()
|
||||
return Group {
|
||||
if isExisting {
|
||||
if isLoading || isExisting {
|
||||
mainView
|
||||
} else {
|
||||
WelcomeView()
|
||||
|
|
Loading…
Reference in New Issue