This commit is contained in:
kunfei
2022-05-11 18:03:02 +08:00
parent 49a207d931
commit 81545114d9
@@ -141,6 +141,7 @@ class ChapterListAdapter(context: Context, val callback: Callback) :
}
upHasCache(binding, isDur, cached)
} else {
tvChapterName.text = getDisplayTitle(item)
upHasCache(binding, isDur, cached)
}
}