ios: don't show what's new after import on onboarding (#5394)

This commit is contained in:
spaced4ndy
2024-12-19 19:59:34 +04:00
committed by GitHub
parent fcb2d1dbac
commit 143be1edaf
2 changed files with 3 additions and 1 deletions

View File

@@ -174,7 +174,6 @@ struct CreateFirstProfile: View {
}
.onAppear() {
focusDisplayName = true
setLastVersionDefault()
}
.padding(.horizontal, 25)
.padding(.top, 10)

View File

@@ -89,6 +89,9 @@ struct SimpleXInfo: View {
)
}
}
.onAppear() {
setLastVersionDefault()
}
.frame(maxHeight: .infinity)
.padding(.horizontal, 25)
.padding(.top, 75)