Another slight speed boost (#1176)
This commit is contained in:
parent
5b03c64e8d
commit
a30ea6cddc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue