Skip to content

Commit

Permalink
CB-7238: I should have collapsed this, but Config.init() must go befo…
Browse files Browse the repository at this point in the history
…re the creation of CordovaWebView
  • Loading branch information
infil00p committed Jul 31, 2014
1 parent 3d191d5 commit 48b51c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public void onCreate(Bundle savedInstanceState) {
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());

Expand Down

0 comments on commit 48b51c4

Please sign in to comment.