Przeglądaj źródła

Merge pull request #1369 from deltachat/update_chat_title2

Update chat title
bjoern 3 lat temu
rodzic
commit
18142dc924
1 zmienionych plików z 1 dodań i 0 usunięć
  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))
                 }
             }
         }