ios: replace "make connection" screen with two buttons (#1084)

* ios: replace "make connection" screen with two buttons

* add "no chats", update translations
This commit is contained in:
Evgeny Poberezkin
2022-09-21 15:11:52 +01:00
committed by GitHub
parent 59b4ce2474
commit df329d305b
12 changed files with 143 additions and 344 deletions
-2
View File
@@ -763,8 +763,6 @@ func startChat() throws {
withAnimation {
m.onboardingStage = m.onboardingStage == .step2_CreateProfile
? .step3_SetNotificationsMode
: m.chats.isEmpty
? .step4_MakeConnection
: .onboardingComplete
}
}