Update BookChapterList.kt

用户设置目录逆向排序
pull/891/head
bushixuanqi 4 years ago committed by GitHub
parent 26b0948b89
commit bc81041c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/src/main/java/io/legado/app/model/webBook/BookChapterList.kt

@ -36,7 +36,7 @@ object BookChapterList {
val tocRule = bookSource.getTocRule()
val nextUrlList = arrayListOf(baseUrl)
var reverse = false
var reverse = AnalyzeRule.userReverse
var listRule = tocRule.chapterList ?: ""
if (listRule.startsWith("-")) {
reverse = true
@ -271,4 +271,4 @@ object BookChapterList {
return ChapterData(chapterList, nextUrlList)
}
}
}

Loading…
Cancel
Save