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.
2 parents ae913c0 + f1574bb commit 697e5a6Copy full SHA for 697e5a6
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