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 e0f2a7dab..de9b60707 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 @@ -159,8 +159,7 @@ class AjaxWebView { handler.obtainMessage( MSG_ERROR, Exception(error.description.toString()) - ) - .sendToTarget() + ).sendToTarget() } } @@ -204,8 +203,7 @@ class AjaxWebView { handler.obtainMessage( MSG_ERROR, Exception(error.description.toString()) - ) - .sendToTarget() + ).sendToTarget() } }