Jelajahi Sumber

update the chat title on incoming messages so that contact name changes are immediately shown

cyberta 3 tahun lalu
induk
melakukan
d044bf8a5e
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

+ 1 - 0
deltachat-ios/Chat/ChatViewController.swift

@@ -469,6 +469,7 @@ class ChatViewController: UITableViewController {
                             self.insertMessage(self.dcContext.getMessage(id: id))
                         }
                     }
+                    self.updateTitle(chat: self.dcContext.getChat(chatId: self.chatId))
                 }
             }
         }