pull/737/head
gedoor 4 years ago
parent 4e5b2540ae
commit bbeeb90c24
  1. 2
      app/src/main/java/io/legado/app/help/http/AjaxWebView.kt

@ -170,7 +170,7 @@ class AjaxWebView {
return@evaluateJavascript
}
if (retry > 30) {
handler.obtainMessage(MSG_ERROR, Exception("time out"))
handler.obtainMessage(MSG_ERROR, Exception("js执行超时"))
.sendToTarget()
handler.removeCallbacks(this)
return@evaluateJavascript

Loading…
Cancel
Save