This commit is contained in:
gedoor 2022-01-06 20:56:03 +08:00
parent 8375fac28a
commit 1393a45d45

View File

@ -75,7 +75,6 @@ class ChapterListAdapter(context: Context, val callback: Callback) :
private fun upHasCache(binding: ItemChapterListBinding, isDur: Boolean, cached: Boolean) =
binding.apply {
tvChapterName.paint.isFakeBoldText = !cached
ivChecked.setImageResource(R.drawable.ic_outline_cloud_24)
ivChecked.visible(!cached)
if (isDur) {