Skip to content

Commit

Permalink
service stuck on swipe away fix (katzer#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriscsd authored and raylin01 committed Jun 7, 2021
1 parent 76a7595 commit 08e5a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/BackgroundMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public void onResume(boolean multitasking) {
public void onDestroy() {
stopService();
super.onDestroy();
android.os.Process.killProcess(android.os.Process.myPid());
}

/**
Expand Down

0 comments on commit 08e5a8e

Please sign in to comment.