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

@ -246,9 +246,7 @@ class AjaxWebView {
}
abstract class Callback {
abstract fun onResult(result: String)
abstract fun onError(error: Throwable)
}
}
Loading…
Cancel
Save