This commit is contained in:
gedoor
2022-01-06 20:56:03 +08:00
parent 8c482fb655
commit 72a791e4cd
@@ -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) {