forked from github/cordova-android
Fix manual tests not finding activity plugin
Was broken by recent refactor: 5b87380749e1e7
This commit is contained in:
parent
a397a23a9c
commit
f2d7c49acf
@ -59,6 +59,7 @@ public class CordovaWebViewTestActivity extends Activity {
|
||||
|
||||
//Set up the webview
|
||||
ConfigXmlParser parser = new ConfigXmlParser();
|
||||
parser.parse(this);
|
||||
|
||||
SystemWebView webView = (SystemWebView) findViewById(R.id.cordovaWebView);
|
||||
cordovaWebView = new CordovaWebViewImpl(this, new SystemWebViewEngine(webView));
|
||||
|
Loading…
x
Reference in New Issue
Block a user