pull/46/head
kunfei 5 years ago
parent de8d1169ce
commit b7bcf6960a
  1. 6
      app/src/main/java/io/legado/app/help/http/AjaxWebView.kt

@ -159,8 +159,7 @@ class AjaxWebView {
handler.obtainMessage( handler.obtainMessage(
MSG_ERROR, MSG_ERROR,
Exception(error.description.toString()) Exception(error.description.toString())
) ).sendToTarget()
.sendToTarget()
} }
} }
@ -204,8 +203,7 @@ class AjaxWebView {
handler.obtainMessage( handler.obtainMessage(
MSG_ERROR, MSG_ERROR,
Exception(error.description.toString()) Exception(error.description.toString())
) ).sendToTarget()
.sendToTarget()
} }
} }

Loading…
Cancel
Save