Эх сурвалжийг харах

reset chatlist if forwarding is cancelled

B. Petersen 5 жил өмнө
parent
commit
4be94ddff3

+ 2 - 0
deltachat-ios/Controller/ChatListController.swift

@@ -109,7 +109,9 @@ class ChatListController: UIViewController {
     }
 
     @objc func cancelButtonPressed() {
+        // cancel forwarding
         RelayHelper.sharedInstance.cancel()
+        getChatList()
         updateTitle()
     }