ios: fix current conversation not opening after authentication (#1319)

This commit is contained in:
JRoberts
2022-11-08 12:39:41 +04:00
committed by GitHub
parent f3e59aa3c3
commit 0f65a001c8
+1
View File
@@ -70,6 +70,7 @@ struct ContentView: View {
dismissAllSheets(animated: false) {
justAuthenticate()
}
chatModel.chatId = nil
}
}