mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Updates.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
package com.phonegap.api;
|
||||
|
||||
import org.apache.cordova.CordovaWebView;
|
||||
import org.apache.cordova.api.CordovaInterface;
|
||||
|
||||
import android.webkit.WebView;
|
||||
@@ -31,6 +32,6 @@ import android.webkit.WebView;
|
||||
public class PluginManager extends org.apache.cordova.api.PluginManager {
|
||||
|
||||
public PluginManager(WebView app, CordovaInterface ctx) throws Exception {
|
||||
super(app, ctx);
|
||||
super((CordovaWebView) app, ctx);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user