GitHub user alexkoy opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/111
fixing problem when trying to remove splash screen I get an java.lang.NullpointerException in the removeSplashScreen method. I am new to this Plugin and not able to describe why this happens. I think there are multiple instances of the SplashScreen, and the splashDialog is set, but the splashDialogView is null. Thats why I made this change and now it works for me, no Exceptions any more. Can you please check this? You can merge this pull request into a Git repository by running: $ git pull https://github.com/alexkoy/cordova-plugin-splashscreen master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-splashscreen/pull/111.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #111 ---- commit 6288cea80e336285209ff5932594cc6e3c6493d8 Author: Alexander Koy <akoy@alexanders-mbp.local> Date: 2016-08-08T09:18:09Z fixing problem when trying to remove splash screen ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org