mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-15 00:46:21 +00:00
ios: don't show what's new after import on onboarding (#5394)
This commit is contained in:
@@ -174,7 +174,6 @@ struct CreateFirstProfile: View {
|
||||
}
|
||||
.onAppear() {
|
||||
focusDisplayName = true
|
||||
setLastVersionDefault()
|
||||
}
|
||||
.padding(.horizontal, 25)
|
||||
.padding(.top, 10)
|
||||
|
||||
@@ -89,6 +89,9 @@ struct SimpleXInfo: View {
|
||||
)
|
||||
}
|
||||
}
|
||||
.onAppear() {
|
||||
setLastVersionDefault()
|
||||
}
|
||||
.frame(maxHeight: .infinity)
|
||||
.padding(.horizontal, 25)
|
||||
.padding(.top, 75)
|
||||
|
||||
Reference in New Issue
Block a user