Skip to content

Commit

Permalink
Merge pull request #36 from usmankhan495/master
Browse files Browse the repository at this point in the history
Android | Clicking android hardware back button on splash screen opens blank screen
  • Loading branch information
HwangTaehyun authored Jul 8, 2022
2 parents 605f849 + b79f0da commit 62aac7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void run() {
if (!activity.isFinishing()) {
mSplashDialog = new Dialog(activity, themeResId);
mSplashDialog.setContentView(R.layout.launch_screen);

mSplashDialog.setCancelable(false);
LottieAnimationView lottie = (LottieAnimationView) mSplashDialog.findViewById(lottieId);

lottie.addAnimatorListener(new Animator.AnimatorListener() {
Expand Down

0 comments on commit 62aac7b

Please sign in to comment.