mirror of
https://github.com/gedoor/legado.git
synced 2025-01-08 11:47:32 +08:00
优化
This commit is contained in:
parent
c7114adbab
commit
c4cd32f03a
@ -202,7 +202,7 @@ class BackstageWebView(
|
||||
) : Runnable {
|
||||
private val mWebView: WeakReference<WebView> = WeakReference(webView)
|
||||
override fun run() {
|
||||
mWebView.get()?.loadUrl("javascript:${mJavaScript ?: ""}")
|
||||
mWebView.get()?.loadUrl("javascript:${mJavaScript}")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user