forked from github/cordova-android
Fix PluginManager.setPluginEntries not removing old entries
This commit is contained in:
@@ -74,6 +74,8 @@ public class PluginManager {
|
||||
this.onPause(false);
|
||||
this.onDestroy();
|
||||
this.clearPluginObjects();
|
||||
entries.clear();
|
||||
urlMap.clear();
|
||||
for (PluginEntry entry : pluginEntries) {
|
||||
addService(entry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user