mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 06:00:53 +03:00
Another slight speed boost (#1176)
This commit is contained in:
committed by
Danny Coates
parent
5b03c64e8d
commit
a30ea6cddc
@@ -55,7 +55,7 @@ class MainActivity : AppCompatActivity(), AdvancedWebView.Listener {
|
||||
setContentView(R.layout.activity_main)
|
||||
|
||||
// https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews
|
||||
WebView.setWebContentsDebuggingEnabled(true); // TODO only dev builds
|
||||
// WebView.setWebContentsDebuggingEnabled(true); // TODO only dev builds
|
||||
|
||||
mWebView = findViewById<WebView>(R.id.webview) as AdvancedWebView
|
||||
mWebView!!.setListener(this, this)
|
||||
|
||||
Reference in New Issue
Block a user