mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Revert auto layout, starting from scratch again
This commit is contained in:
parent
d509e2dca9
commit
e20ac86e6a
1 changed files with 1 additions and 3 deletions
|
|
@ -128,9 +128,7 @@
|
|||
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