forked from mirrors/linphone-iphone
Fix incoming picture with no text display
This commit is contained in:
parent
77f096a38d
commit
aa4b7e5554
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ static const CGFloat CELL_MESSAGE_Y_MARGIN = 44;
|
|||
}
|
||||
|
||||
|
||||
LinphoneContent *fileContent = linphone_chat_message_get_utf8_text(chat) ? nil : linphone_chat_message_get_file_transfer_information(chat);
|
||||
LinphoneContent *fileContent = linphone_chat_message_get_file_transfer_information(chat);
|
||||
if (url == nil && fileContent == NULL) {
|
||||
size = [self computeBoundingBox:messageText
|
||||
size:CGSizeMake(width - CELL_MESSAGE_X_MARGIN - 4, CGFLOAT_MAX)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue