mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-28 13:53:28 +08:00
Make jsMessageQueue visible to out-of-package subclasses
This commit is contained in:
parent
4a3ed323db
commit
c66135d4de
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user