mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-23 01:19:38 +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 = "";
|
service = "";
|
||||||
pluginClass = "";
|
pluginClass = "";
|
||||||
insideFeature = false;
|
insideFeature = false;
|
||||||
|
onload = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user