From bbeeb90c24765c6b7dcae1bf0bdfca25e65c9fce Mon Sep 17 00:00:00 2001 From: gedoor Date: Wed, 16 Dec 2020 08:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/io/legado/app/help/http/AjaxWebView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/io/legado/app/help/http/AjaxWebView.kt b/app/src/main/java/io/legado/app/help/http/AjaxWebView.kt index 3c9f0c8b6..731e8ec9d 100644 --- a/app/src/main/java/io/legado/app/help/http/AjaxWebView.kt +++ b/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