diff --git a/Classes/LinphoneUI/UIChatBubblePhotoCell.m b/Classes/LinphoneUI/UIChatBubblePhotoCell.m index ba0aed618..0188ca7c7 100644 --- a/Classes/LinphoneUI/UIChatBubblePhotoCell.m +++ b/Classes/LinphoneUI/UIChatBubblePhotoCell.m @@ -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);