Skip to content

Commit 697e5a6

Browse files
Merge branch 'master' of https://github.com/kivy/python-for-android into billing-api
2 parents ae913c0 + f1574bb commit 697e5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/org/renpy/android/PythonService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class PythonService extends Service implements Runnable {
2222
private String pythonPath;
2323
// Argument to pass to Python code,
2424
private String pythonServiceArgument;
25-
public Service mService = null;
25+
public static Service mService = null;
2626

2727
@Override
2828
public IBinder onBind(Intent arg0) {

0 commit comments

Comments
 (0)