Skip to content

Commit 9a3e105

Browse files
committed
refactor: Remove unused arguments
1 parent 7b30541 commit 9a3e105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/infomaniak/mail/ui/main/folder/DateDisplay.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private fun Context.relativeFormatting(date: RealmInstant) = DateUtils.getRelati
4646
date.epochSeconds * 1000,
4747
DateUtils.DAY_IN_MILLIS,
4848
DateUtils.WEEK_IN_MILLIS,
49-
DateUtils.FORMAT_SHOW_YEAR or DateUtils.FORMAT_ABBREV_MONTH,
49+
0,
5050
)?.toString() ?: ""
5151

5252
private fun Context.defaultFormatting(date: RealmInstant) = with(date.toDate()) {

0 commit comments

Comments
 (0)