Update AnalyzeRule.kt

pull/1155/head
bushixuanqi 4 years ago committed by GitHub
parent c401c6e1fc
commit 39f0fbeb73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/io/legado/app/model/analyzeRule/AnalyzeRule.kt

@ -519,7 +519,7 @@ class AnalyzeRule(val ruleData: RuleDataInterface) : JsExtensions {
val infoVal = StringBuilder()
if (ruleParam.isNotEmpty()) {
var index = ruleParam.size
for (index-- > 0) {
while ( index-- > 0 ) {
val regType = ruleType[index]
when {
regType > defaultRuleType -> {

Loading…
Cancel
Save