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:
spaced4ndy
2023-05-01 20:36:52 +04:00
committed by GitHub
co-authored by Evgeny Poberezkin
parent 6f11913359
commit 551ed202be
9 changed files with 329 additions and 10 deletions
+1 -1
View File
@@ -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
}
}