From 920760a71cda98327c5d78ee52402037ee4ad923 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 10 Nov 2015 11:38:02 +0100 Subject: [PATCH] ChatCell: fix date display --- Classes/LinphoneUI/UIChatCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/LinphoneUI/UIChatCell.m b/Classes/LinphoneUI/UIChatCell.m index ae174bbfc..4f1c3d6d9 100644 --- a/Classes/LinphoneUI/UIChatCell.m +++ b/Classes/LinphoneUI/UIChatCell.m @@ -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;