@capacitor/splash-screen 6.0.1-nightly-20240425T150506.0 → 6.0.1-nightly-20240426T150525.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.
|
@@ -131,14 +131,6 @@ public class SplashScreen {
|
|
|
131
131
|
isVisible = false;
|
|
132
132
|
}
|
|
133
133
|
);
|
|
134
|
-
} else {
|
|
135
|
-
windowSplashScreen.setOnExitAnimationListener(
|
|
136
|
-
windowSplashScreenView -> {
|
|
137
|
-
isHiding = false;
|
|
138
|
-
isVisible = false;
|
|
139
|
-
windowSplashScreenView.remove();
|
|
140
|
-
}
|
|
141
|
-
);
|
|
142
134
|
}
|
|
143
135
|
|
|
144
136
|
// Set Pre Draw Listener & Delay Drawing Until Duration Elapses
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/splash-screen",
|
|
3
|
-
"version": "6.0.1-nightly-
|
|
3
|
+
"version": "6.0.1-nightly-20240426T150525.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",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "963455218e47df19fa25d0059ebe2be140ab3bd0"
|
|
86
86
|
}
|