pull/1876/head^2
kunfei 3 years ago
parent 49a207d931
commit 81545114d9
  1. 1
      app/src/main/java/io/legado/app/ui/book/toc/ChapterListAdapter.kt

@ -141,6 +141,7 @@ class ChapterListAdapter(context: Context, val callback: Callback) :
}
upHasCache(binding, isDur, cached)
} else {
tvChapterName.text = getDisplayTitle(item)
upHasCache(binding, isDur, cached)
}
}

Loading…
Cancel
Save