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);