1
0
mirror of https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background synced 2025-04-09 00:43:25 +00:00

Fix from merge

This commit is contained in:
Nathan Kerr 2019-02-04 11:34:04 -08:00
parent 70495eddb0
commit d43e451763

@ -98,10 +98,6 @@ public class BackgroundMode extends CordovaPlugin {
}
};
@Override
protected void pluginInitialize() {
BackgroundExt.addWindowFlags(cordova.getActivity());
}
/**
* Executes the request.
*