mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -65,7 +65,7 @@ class BooksAdapterList(context: Context, private val callBack: CallBack) :
|
||||
}
|
||||
|
||||
private fun upLastUpdateTime(binding: ItemBookshelfListBinding, item: Book) {
|
||||
if (AppConfig.showLastUpdateTime && !item.isLocal) {
|
||||
if (!item.isLocal && item.canUpdate && AppConfig.showLastUpdateTime) {
|
||||
binding.tvLastUpdateTime.text = item.latestChapterTime.toTimeAgo()
|
||||
} else {
|
||||
binding.tvLastUpdateTime.text = ""
|
||||
|
||||
Reference in New Issue
Block a user