From 0f65a001c80bb758aa157c330b13c236708493fd Mon Sep 17 00:00:00 2001 From: JRoberts <8711996+jr-simplex@users.noreply.github.com> Date: Tue, 8 Nov 2022 12:39:41 +0400 Subject: [PATCH] ios: fix current conversation not opening after authentication (#1319) --- apps/ios/Shared/ContentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ios/Shared/ContentView.swift b/apps/ios/Shared/ContentView.swift index 9c2ee6827b..11e6122b72 100644 --- a/apps/ios/Shared/ContentView.swift +++ b/apps/ios/Shared/ContentView.swift @@ -70,6 +70,7 @@ struct ContentView: View { dismissAllSheets(animated: false) { justAuthenticate() } + chatModel.chatId = nil } }