From 48b51c451a6b761d0e4e0415252642fc96e62960 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Thu, 31 Jul 2014 09:23:14 -0700 Subject: [PATCH] CB-7238: I should have collapsed this, but Config.init() must go before the creation of CordovaWebView --- test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java index f9382d93..1c1789ef 100644 --- a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java +++ b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java @@ -51,7 +51,6 @@ public class CordovaWebViewTestActivity extends Activity implements CordovaInter Config.init(this); cordovaWebView = (CordovaWebView) findViewById(R.id.cordovaWebView); - Config.init(this); cordovaWebView.init(this, new CordovaWebViewClient(this, cordovaWebView), new CordovaChromeClient(this, cordovaWebView), Config.getPluginEntries(), Config.getWhitelist(), Config.getPreferences());