@capacitor/splash-screen 7.0.2-nightly-20250625T150621.0 → 7.0.2-nightly-20250627T150606.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.
@@ -121,6 +121,9 @@ public class SplashScreen {
121
121
  public void onAnimationEnd(Animator animation) {
122
122
  isHiding = false;
123
123
  windowSplashScreenView.remove();
124
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
125
+ activity.getSplashScreen().clearOnExitAnimationListener();
126
+ }
124
127
  }
125
128
  }
126
129
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/splash-screen",
3
- "version": "7.0.2-nightly-20250625T150621.0",
3
+ "version": "7.0.2-nightly-20250627T150606.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": "e5272b12c6472caa4df2eaf8d492601a1bef9511"
85
+ "gitHead": "dcfda0542b5efb420ad3fe9af7b6ad54e37fb15a"
86
86
  }