Skip to content

Commit c45bd81

Browse files
committed
Fixed mActivity reference
1 parent 47edb65 commit c45bd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ protected void onPostExecute(String result) {
135135
// removed the loading screen. However, we still need it to
136136
// show until the app is ready to render, so pop it back up
137137
// on top of the SDL view.
138-
this.showLoadingScreen();
138+
mActivity.showLoadingScreen();
139139

140140
String app_root_dir = getAppRoot();
141141
if (getIntent() != null && getIntent().getAction() != null &&

0 commit comments

Comments
 (0)