Github user daserge commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/45#discussion_r48373317
--- Diff: src/android/SplashScreen.java ---
@@ -255,6 +259,10 @@ public void run() {
}
splashDialog.setContentView(splashImageView);
splashDialog.setCancelable(false);
+ if (isForceFullScreen()) {
--- End diff --
Does it make sense to move this to `// check to see if the splash screen
should be full screen` condition above?
---
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]