Skip to content

Commit 7f4b96d

Browse files
committed
stop service on interpreter exit
1 parent a2e7e65 commit 7f4b96d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonforandroid/bootstraps/sdl2/build/src/org/kivy/android/PythonService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public void run(){
101101
serviceEntrypoint, pythonName,
102102
pythonHome, pythonPath,
103103
pythonServiceArgument);
104+
stopSelf();
104105
}
105106

106107
// Native part

0 commit comments

Comments
 (0)