Skip to content

Commit 862e66f

Browse files
committed
missing mActivity
1 parent 690dd18 commit 862e66f

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)