mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Make jsMessageQueue visible to out-of-package subclasses
This commit is contained in:
@@ -15,7 +15,7 @@ public abstract class CordovaWebView {
|
||||
|
||||
String OVER_SCROLL_NEVER = null;
|
||||
public PluginManager pluginManager = null;
|
||||
NativeToJsMessageQueue jsMessageQueue = null;
|
||||
protected NativeToJsMessageQueue jsMessageQueue = null;
|
||||
|
||||
public abstract View getView();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user