feat: 优化代码

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

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

Loading…
Cancel
Save