mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-15 05:27:28 +01:00
@@ -58,8 +58,9 @@ class HistoryHolder(
|
||||
|
||||
// Set chapter number + timestamp
|
||||
val formattedNumber = adapter.decimalFormat.format(chapter.chapter_number.toDouble())
|
||||
manga_subtitle.text = itemView.context.getString(R.string.recent_manga_time)
|
||||
.format(formattedNumber, Date(history.last_read).toTimestampString())
|
||||
manga_subtitle.text = itemView.context.getString(
|
||||
R.string.recent_manga_time, formattedNumber, Date(history.last_read).toTimestampString()
|
||||
)
|
||||
|
||||
// Set cover
|
||||
GlideApp.with(itemView.context).clear(cover)
|
||||
|
||||
Reference in New Issue
Block a user