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 47edb65 commit c45bd81Copy full SHA for c45bd81
pythonforandroid/bootstraps/sdl2/build/src/org/kivy/android/PythonActivity.java
@@ -135,7 +135,7 @@ protected void onPostExecute(String result) {
135
// removed the loading screen. However, we still need it to
136
// show until the app is ready to render, so pop it back up
137
// on top of the SDL view.
138
- this.showLoadingScreen();
+ mActivity.showLoadingScreen();
139
140
String app_root_dir = getAppRoot();
141
if (getIntent() != null && getIntent().getAction() != null &&
0 commit comments