forked from github/cordova-android
Merge branch 'master' into 4.0.x (Fix setPluginEntries)
This commit is contained in:
commit
05a95c699f
@ -67,6 +67,8 @@ public class PluginManager {
|
|||||||
this.onPause(false);
|
this.onPause(false);
|
||||||
this.onDestroy();
|
this.onDestroy();
|
||||||
this.clearPluginObjects();
|
this.clearPluginObjects();
|
||||||
|
entries.clear();
|
||||||
|
urlMap.clear();
|
||||||
for (PluginEntry entry : pluginEntries) {
|
for (PluginEntry entry : pluginEntries) {
|
||||||
addService(entry);
|
addService(entry);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user