mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Fix manual tests not finding activity plugin
Was broken by recent refactor: 5b87380749
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…
Reference in New Issue
Block a user