@capacitor/splash-screen 5.0.3-nightly-20230517T150927.0 → 5.0.5-nightly-20230609T151001.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -339,6 +339,8 @@ public class SplashScreen {
339
339
  }
340
340
  imageView.setScaleType(config.getScaleType());
341
341
  imageView.setImageDrawable(splash);
342
+ } else {
343
+ return;
342
344
  }
343
345
  }
344
346
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/splash-screen",
3
- "version": "5.0.3-nightly-20230517T150927.0",
3
+ "version": "5.0.5-nightly-20230609T151001.0",
4
4
  "description": "The Splash Screen API provides methods for showing or hiding a Splash image.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",