mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-13 14:41:03 +08:00
CB-7238: Minor band-aid to get tests running again, this has to go away before 3.6.0 is released, since this is an API change.
This commit is contained in:
parent
955133f173
commit
3d191d5884
@ -47,6 +47,9 @@ public class CordovaWebViewTestActivity extends Activity implements CordovaInter
|
|||||||
|
|
||||||
setContentView(R.layout.main);
|
setContentView(R.layout.main);
|
||||||
|
|
||||||
|
//CB-7238: This has to be added now, because it got removed from somewhere else
|
||||||
|
Config.init(this);
|
||||||
|
|
||||||
cordovaWebView = (CordovaWebView) findViewById(R.id.cordovaWebView);
|
cordovaWebView = (CordovaWebView) findViewById(R.id.cordovaWebView);
|
||||||
Config.init(this);
|
Config.init(this);
|
||||||
cordovaWebView.init(this, new CordovaWebViewClient(this, cordovaWebView), new CordovaChromeClient(this, cordovaWebView),
|
cordovaWebView.init(this, new CordovaWebViewClient(this, cordovaWebView), new CordovaChromeClient(this, cordovaWebView),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user