Skip to content

Commit

Permalink
fix(android): removes setOnExitAnimationListener when fade out is dis…
Browse files Browse the repository at this point in the history
…abled

Co-authored-by: Mike Summerfeldt <20338451+IT-MikeS@users.noreply.github.com>
  • Loading branch information
ItsChaceD and IT-MikeS committed Apr 25, 2024
1 parent 998e495 commit 9634552
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -131,14 +131,6 @@ public void onAnimationEnd(Animator animation) {
isVisible = false;
}
);
} else {
windowSplashScreen.setOnExitAnimationListener(
windowSplashScreenView -> {
isHiding = false;
isVisible = false;
windowSplashScreenView.remove();
}
);
}

// Set Pre Draw Listener & Delay Drawing Until Duration Elapses
Expand Down

0 comments on commit 9634552

Please sign in to comment.