pull/480/head
gedoor 4 years ago
parent faf43526d7
commit 8202230c93
  1. 1
      app/src/main/java/io/legado/app/ui/book/cache/CacheViewModel.kt

@ -94,6 +94,7 @@ class CacheViewModel(application: Application) : BaseViewModel(application) {
BookHelp.getContent(book, chapter).let { content -> BookHelp.getContent(book, chapter).let { content ->
val content1 = content?.let { val content1 = content?.let {
contentProcessor.getContent(book, chapter.title, it, false) contentProcessor.getContent(book, chapter.title, it, false)
.joinToString("\n")
} }
stringBuilder.append("\n\n") stringBuilder.append("\n\n")
.append(chapter.title) .append(chapter.title)

Loading…
Cancel
Save