Skip to content

Commit eaad4f6

Browse files
committed
make sure the splash is loaded after clearing
1 parent b9180e7 commit eaad4f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/neuronrobotics/bowlerstudio/PsudoSplash.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ private void showPopup() {
234234
}
235235

236236
public static boolean isVisibleSplash() {
237+
if(singelton==null)
238+
return false;
237239
if (singelton.getPopupStage() == null)
238240
return false;
239241
return singelton.getPopupStage().isShowing();

0 commit comments

Comments
 (0)