Update AnalyzeByJSoup.kt

精简
pull/1094/head
bushixuanqi 3 years ago committed by GitHub
parent 5d10c5ab83
commit 9760d4ebee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/io/legado/app/model/analyzeRule/AnalyzeByJSoup.kt

@ -321,7 +321,7 @@ class AnalyzeByJSoup(doc: Any) {
for (pcInt in indexSet) elements[pcInt] = null
elements.removeAll( Elements().apply { add(null) } )
elements.removeAll(listOf(null)) //测试过,这样就能把全部null元素删除
}else if(filterType == '.'){ //选择

Loading…
Cancel
Save