mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-27 22:34:51 +00:00
ios: create address during onboarding (#2362)
* ios: create address during onboarding * contact picker * email wip * send email w/t leaving app * fomatting * layout, texts * remove contact picker, add email button to address page * refactor * refactor --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
co-authored by
Evgeny Poberezkin
parent
6f11913359
commit
551ed202be
@@ -1057,7 +1057,7 @@ func startChat(refreshInvitations: Bool = true) throws {
|
||||
}
|
||||
withAnimation {
|
||||
m.onboardingStage = m.onboardingStage == .step2_CreateProfile && m.users.count == 1
|
||||
? .step3_SetNotificationsMode
|
||||
? .step3_CreateSimpleXAddress
|
||||
: .onboardingComplete
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user