mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
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:
committed by
GitHub
parent
93ab713748
commit
2679bc2e94
@@ -946,7 +946,6 @@ func startChat() throws {
|
||||
}
|
||||
|
||||
func changeActiveUser(_ userId: Int64) {
|
||||
let m = ChatModel.shared
|
||||
do {
|
||||
try changeActiveUser_(userId)
|
||||
} catch let error {
|
||||
|
||||
Reference in New Issue
Block a user