mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Show correct time for Story view item.
This commit is contained in:
@@ -59,7 +59,7 @@ object StoryViewItem {
|
||||
}
|
||||
|
||||
private fun formatDate(dateInMilliseconds: Long): String {
|
||||
return DateUtils.formatDateWithDayOfWeek(Locale.getDefault(), dateInMilliseconds)
|
||||
return DateUtils.getBriefRelativeTimeSpanString(context, Locale.getDefault(), dateInMilliseconds)
|
||||
}
|
||||
|
||||
private fun showContextMenu(model: Model) {
|
||||
|
||||
Reference in New Issue
Block a user