[jira] [Updated] (CB-11612) Splashscreen android - Auto hide on OnPause.

2016-07-27 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-11612:
--
Assignee: Sergey Shakhnazarov  (was: Vladimir Kotikov)

> Splashscreen android - Auto hide on OnPause.
> 
>
> Key: CB-11612
> URL: https://issues.apache.org/jira/browse/CB-11612
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Ilya Kirichek
>Assignee: Sergey Shakhnazarov
>Priority: Trivial
>  Labels: triaged, wfc
>
> 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:
> {noformat}
> public void onPause(boolean multitasking) {
> if (HAS_BUILT_IN_SPLASH_SCREEN) {
> return;
> }
> // hide the splash screen to avoid leaking a window
> this.removeSplashScreen(true);
> }
> {noformat}
> What kind of leaking?
> If I comment those line, all seems to work fine.
> Thanks,
> Ilya K.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11612) Splashscreen android - Auto hide on OnPause.

2016-07-27 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-11612:
--
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:
{noformat}
public void onPause(boolean multitasking) {
if (HAS_BUILT_IN_SPLASH_SCREEN) {
return;
}
// hide the splash screen to avoid leaking a window
this.removeSplashScreen(true);
}
{noformat}
What kind of leaking?
If I comment those line, all seems to work fine.

Thanks,
Ilya K.



  was:
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.




> Splashscreen android - Auto hide on OnPause.
> 
>
> Key: CB-11612
> URL: https://issues.apache.org/jira/browse/CB-11612
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Ilya Kirichek
>Priority: Trivial
>  Labels: triaged, wfc
>
> 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:
> {noformat}
> public void onPause(boolean multitasking) {
> if (HAS_BUILT_IN_SPLASH_SCREEN) {
> return;
> }
> // hide the splash screen to avoid leaking a window
> this.removeSplashScreen(true);
> }
> {noformat}
> What kind of leaking?
> If I comment those line, all seems to work fine.
> Thanks,
> Ilya K.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11612) Splashscreen android - Auto hide on OnPause.

2016-07-27 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-11612:
--
Labels: triaged wfc  (was: )

> Splashscreen android - Auto hide on OnPause.
> 
>
> Key: CB-11612
> URL: https://issues.apache.org/jira/browse/CB-11612
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Ilya Kirichek
>Priority: Trivial
>  Labels: triaged, wfc
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org