Github user njleonzhang commented on the pull request:

    
https://github.com/apache/cordova-plugin-splashscreen/pull/71#issuecomment-173069706
  
    @daserge, when AutoHideSplashScreen is disabled, I think the splash should 
not hide when app is switch to background.
    So I think the flowing change should be considered.
    
    @@ -110,7 +110,9 @@ public void onPause(boolean multitasking) {
                  return;
              }
              // hide the splash screen to avoid leaking a window
     -        this.removeSplashScreen();
     +        if(autoHide){
     +            this.removeSplashScreen();
     +        }
    }



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to