mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
CB-7017 Fix onload=true being set on all subsequent plugins
This commit is contained in:
parent
4352456129
commit
58afd0b604
@ -165,6 +165,7 @@ public class PluginManager {
|
||||
service = "";
|
||||
pluginClass = "";
|
||||
insideFeature = false;
|
||||
onload = false;
|
||||
}
|
||||
}
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user