feat: 优化代码

pull/115/head
kunfei 5 years ago
parent 2480af6ba8
commit bcc8377f7d
  1. 2
      app/src/main/java/io/legado/app/service/help/ReadBook.kt

@ -26,10 +26,10 @@ object ReadBook {
var book: Book? = null
var inBookshelf = false
var chapterSize = 0
var callBack: CallBack? = null
var durChapterIndex = 0
var durPageIndex = 0
var isLocalBook = true
var callBack: CallBack? = null
var prevTextChapter: TextChapter? = null
var curTextChapter: TextChapter? = null
var nextTextChapter: TextChapter? = null

Loading…
Cancel
Save