diff --git a/Classes/ChatConversationTableView.m b/Classes/ChatConversationTableView.m index 8d991453f..658a7d459 100644 --- a/Classes/ChatConversationTableView.m +++ b/Classes/ChatConversationTableView.m @@ -184,6 +184,10 @@ cell = [[NSClassFromString(kCellId) alloc] initWithIdentifier:kCellId]; cell.indexInTable = indexPath; } + //if (linphone_chat_message_get_file_transfer_information(chat) || linphone_chat_message_get_external_body_url(chat)) { + // UIChatBubblePhotoCell *photoCell = (UIChatBubblePhotoCell *) cell; + // [photoCell unloadImages]; + //} [cell setEvent:event]; if (chat) [cell update]; diff --git a/Classes/LinphoneUI/Base.lproj/UIChatBubblePhotoCell.xib b/Classes/LinphoneUI/Base.lproj/UIChatBubblePhotoCell.xib index 59195a3fc..ca3281610 100644 --- a/Classes/LinphoneUI/Base.lproj/UIChatBubblePhotoCell.xib +++ b/Classes/LinphoneUI/Base.lproj/UIChatBubblePhotoCell.xib @@ -86,7 +86,7 @@