ios: enable swipe to go back from chat to list (#1824)

* ios: Testing workaround of a crash

* another try

* complete

* added file

* enable swipe to go back from ChatView

* Revert "enable swipe to go back from ChatView"

This reverts commit 22de79505c.

* ios: enable swipe to go back from ChatView

* remove title change

* remove unused

* remove unused variable

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
Stanislav Dmitrenko
2023-01-24 19:24:46 +00:00
committed by GitHub
parent 93ab713748
commit 2679bc2e94
3 changed files with 13 additions and 18 deletions
-1
View File
@@ -946,7 +946,6 @@ func startChat() throws {
}
func changeActiveUser(_ userId: Int64) {
let m = ChatModel.shared
do {
try changeActiveUser_(userId)
} catch let error {