Fixed reload issue

This commit is contained in:
Benjamin Verdier 2018-06-11 16:35:41 +02:00
parent 7568e51af6
commit 6fdbd615b6

View file

@ -128,7 +128,9 @@
return;
}
[super update];
ChatConversationTableView *tableView = VIEW(ChatConversationView).tableController;
[tableView.tableView beginUpdates];
[tableView.tableView endUpdates];
const char *url = linphone_chat_message_get_external_body_url(self.message);
BOOL is_external =
(url && (strstr(url, "http") == url)) || linphone_chat_message_get_file_transfer_information(self.message);