Jelajahi Sumber

fix vanished cancel button in chat list when forwarding messages

cyberta 3 tahun lalu
induk
melakukan
ac074b1d65
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      deltachat-ios/Controller/ChatListController.swift

+ 1 - 1
deltachat-ios/Controller/ChatListController.swift

@@ -428,7 +428,7 @@ class ChatListController: UITableViewController {
     private func updateTitle() {
         if RelayHelper.sharedInstance.isForwarding() {
             titleView.text = String.localized("forward_to")
-            if isArchive {
+            if !isArchive {
                 navigationItem.setLeftBarButton(cancelButton, animated: true)
             }
         } else if isArchive {