mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 18:01:02 +00:00
fix: some UI changes (for better or worse)
This commit is contained in:
@@ -369,7 +369,7 @@ class MangaChapterAdapter(
|
||||
}
|
||||
1L -> "1 day ago"
|
||||
in 2..6 -> "$daysDifference days ago"
|
||||
else -> SimpleDateFormat("dd MMM yyyy", Locale.ENGLISH).format(targetDate)
|
||||
else -> SimpleDateFormat("dd MMM yyyy", Locale.getDefault()).format(targetDate)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user