Skip to content

Commit

Permalink
Do not stop service if task removed : kivy#1783
Browse files Browse the repository at this point in the history
  • Loading branch information
brvier committed Apr 5, 2019
1 parent 16d4d29 commit 39e389f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void onDestroy() {
@Override
public void onTaskRemoved(Intent rootIntent) {
super.onTaskRemoved(rootIntent);
stopSelf();
//stopSelf();
}

@Override
Expand Down

0 comments on commit 39e389f

Please sign in to comment.