Skip to content

Commit f45bc0c

Browse files
authored
Make sure loading screen is visible.
1 parent c946add commit f45bc0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/bootstraps/sdl2/build/src/org/kivy/android/PythonActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ protected void onCreate(Bundle savedInstanceState) {
6969
Log.v(TAG, "Did super onCreate");
7070

7171
this.mActivity = this;
72+
this.showLoadingScreen();
73+
7274

7375
String app_root_dir = getAppRoot();
7476
String mFilesDirectory = mActivity.getFilesDir().getAbsolutePath();

0 commit comments

Comments
 (0)