8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf5232 commit f1574bbCopy full SHA for f1574bb
src/src/org/renpy/android/PythonService.java
@@ -22,7 +22,7 @@ public class PythonService extends Service implements Runnable {
22
private String pythonPath;
23
// Argument to pass to Python code,
24
private String pythonServiceArgument;
25
- public Service mService = null;
+ public static Service mService = null;
26
27
@Override
28
public IBinder onBind(Intent arg0) {
0 commit comments