feat: 修复bug

pull/238/head
gedoor 5 years ago
parent f26546be22
commit ef2d49eb58
  1. 1
      app/src/main/java/io/legado/app/service/help/ReadBook.kt

@ -333,6 +333,7 @@ object ReadBook {
book.durChapterTime = System.currentTimeMillis()
book.durChapterIndex = durChapterIndex
book.durChapterPos = durPageIndex
book.lastCheckCount = 0
App.db.bookChapterDao().getChapter(book.bookUrl, durChapterIndex)?.let {
book.durChapterTitle = it.title
}

Loading…
Cancel
Save