Ver código fonte

Merge pull request #1369 from deltachat/update_chat_title2

Update chat title
bjoern 3 anos atrás
pai
commit
18142dc924
1 arquivos alterados com 1 adições e 0 exclusões
  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))
                 }
             }
         }