mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fixed reload issue
This commit is contained in:
parent
7568e51af6
commit
6fdbd615b6
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue