Skip to content

Commit f1574bb

Browse files
committed
mService needs to be static to be useful
1 parent 6cf5232 commit f1574bb

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)