From e20ac86e6a6989085efe0c33c105a416f6856e42 Mon Sep 17 00:00:00 2001 From: Benjamin Verdier Date: Tue, 12 Jun 2018 09:26:05 +0200 Subject: [PATCH] Revert auto layout, starting from scratch again --- Classes/LinphoneUI/UIChatBubblePhotoCell.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Classes/LinphoneUI/UIChatBubblePhotoCell.m b/Classes/LinphoneUI/UIChatBubblePhotoCell.m index 0188ca7c7..ba0aed618 100644 --- a/Classes/LinphoneUI/UIChatBubblePhotoCell.m +++ b/Classes/LinphoneUI/UIChatBubblePhotoCell.m @@ -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);