ChatCell: fix date display

This commit is contained in:
Gautier Pelloux-Prayer 2015-11-10 11:38:02 +01:00
parent f587715ca4
commit 920760a71c

View file

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