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.onDestroy();
|
||||
this.clearPluginObjects();
|
||||
entries.clear();
|
||||
urlMap.clear();
|
||||
for (PluginEntry entry : pluginEntries) {
|
||||
addService(entry);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user