We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b30541 commit 9a3e105Copy full SHA for 9a3e105
app/src/main/java/com/infomaniak/mail/ui/main/folder/DateDisplay.kt
@@ -46,7 +46,7 @@ private fun Context.relativeFormatting(date: RealmInstant) = DateUtils.getRelati
46
date.epochSeconds * 1000,
47
DateUtils.DAY_IN_MILLIS,
48
DateUtils.WEEK_IN_MILLIS,
49
- DateUtils.FORMAT_SHOW_YEAR or DateUtils.FORMAT_ABBREV_MONTH,
+ 0,
50
)?.toString() ?: ""
51
52
private fun Context.defaultFormatting(date: RealmInstant) = with(date.toDate()) {
0 commit comments