mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
阅读记录添加最后阅读时间
This commit is contained in:
@@ -128,7 +128,9 @@ class ReadRecordActivity : BaseActivity<ActivityReadRecordBinding>() {
|
||||
binding.apply {
|
||||
tvBookName.text = item.bookName
|
||||
tvReadingTime.text = formatDuring(item.readTime)
|
||||
tvLastReadTime.text = dateFormat.format(item.lastRead)
|
||||
if (item.lastRead > 0) {
|
||||
tvLastReadTime.text = dateFormat.format(item.lastRead)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user