mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
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:
committed by
GitHub
parent
59b4ce2474
commit
df329d305b
@@ -763,8 +763,6 @@ func startChat() throws {
|
||||
withAnimation {
|
||||
m.onboardingStage = m.onboardingStage == .step2_CreateProfile
|
||||
? .step3_SetNotificationsMode
|
||||
: m.chats.isEmpty
|
||||
? .step4_MakeConnection
|
||||
: .onboardingComplete
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user