forked from mirrors/linphone-iphone
ChatCell: fix date display
This commit is contained in:
parent
f587715ca4
commit
920760a71c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
}
|
||||
|
||||
_chatLatestTimeLabel.text =
|
||||
[LinphoneUtils timeToString:linphone_chat_message_get_time(last_message) withFormat:LinphoneDateChatBubble];
|
||||
[LinphoneUtils timeToString:linphone_chat_message_get_time(last_message) withFormat:LinphoneDateChatList];
|
||||
_chatLatestTimeLabel.hidden = NO;
|
||||
} else {
|
||||
_chatContentLabel.text = nil;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue