24
1
Fork 0

Another slight speed boost (#1176)

This commit is contained in:
Donovan Preston 2019-02-28 11:29:10 -05:00 committed by Danny Coates
parent 5b03c64e8d
commit a30ea6cddc
1 changed files with 1 additions and 1 deletions

View File

@ -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)