Skip to content

Commit 7d12db0

Browse files
authored
Merge pull request kivy#2339 from zworkb/develop
missing mActivity
2 parents 03f2692 + 862e66f commit 7d12db0

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/bootstraps/service_library/build/src/main/java/org/kivy/android

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/service_library/build/src/main/java/org/kivy/android/PythonActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
// Required by PythonService class
66
public class PythonActivity extends Activity {
7-
7+
public static PythonActivity mActivity = null;
88
}
99

0 commit comments

Comments
 (0)