mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 07:34:16 +00: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:
@@ -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