We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c946add commit f45bc0cCopy full SHA for f45bc0c
pythonforandroid/bootstraps/sdl2/build/src/org/kivy/android/PythonActivity.java
@@ -69,6 +69,8 @@ protected void onCreate(Bundle savedInstanceState) {
69
Log.v(TAG, "Did super onCreate");
70
71
this.mActivity = this;
72
+ this.showLoadingScreen();
73
+
74
75
String app_root_dir = getAppRoot();
76
String mFilesDirectory = mActivity.getFilesDir().getAbsolutePath();
0 commit comments