@capacitor/splash-screen 4.0.0-nightly-f0c6414.0 → 4.0.0-nightly-44c040f.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.
|
@@ -119,7 +119,7 @@ import Capacitor
|
|
|
119
119
|
private func updateSplashImageBounds() {
|
|
120
120
|
var window: UIWindow? = UIApplication.shared.delegate?.window ?? nil
|
|
121
121
|
|
|
122
|
-
if
|
|
122
|
+
if window == nil {
|
|
123
123
|
let scene: UIWindowScene? = UIApplication.shared.connectedScenes.first as? UIWindowScene
|
|
124
124
|
window = scene?.windows.filter({$0.isKeyWindow}).first
|
|
125
125
|
if window == nil {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/splash-screen",
|
|
3
|
-
"version": "4.0.0-nightly-
|
|
3
|
+
"version": "4.0.0-nightly-44c040f.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "44c040f725a76414eaf5d922ffd64aa9d0c32ec6"
|
|
84
84
|
}
|