Skip to content

Commit

Permalink
fix(android): Splash.show not resolving if splash is visible (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomilici authored Jul 15, 2020
1 parent b7d5639 commit bfd9884
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ public static void show(final Activity a,
buildViews(a, config);

if (isVisible) {
splashListener.completed();
return;
}

Expand Down

0 comments on commit bfd9884

Please sign in to comment.