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;