Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Won't Do
-
None
-
None
Description
Hi there,
I use splashscreen with my cordova updater plugin and update can take a several time.
Splashscreen auto hided on screen lock, in plugin code we have:
public void onPause(boolean multitasking) { if (HAS_BUILT_IN_SPLASH_SCREEN) { return; } // hide the splash screen to avoid leaking a window this.removeSplashScreen(true); }
What kind of leaking?
If I comment those line, all seems to work fine.
Thanks,
Ilya K.