pull/416/head
gedoor 4 years ago
parent bed1791dbf
commit ee569a38d5
  1. 4
      app/src/main/java/io/legado/app/model/analyzeRule/AnalyzeUrl.kt

@ -213,9 +213,7 @@ class AnalyzeUrl(
body = if (it is String) it else GSON.toJson(it) body = if (it is String) it else GSON.toJson(it)
} }
option.webView?.let { option.webView?.let {
if (it.toString().isNotEmpty()) { useWebView = it.toString().isNotEmpty()
useWebView = true
}
} }
} }
} }

Loading…
Cancel
Save