Skip to content

Commit

Permalink
update shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
onlymash authored and seven332 committed Mar 29, 2018
1 parent 733ddb5 commit f5409c7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ public void onCreate(Bundle savedInstanceState) {
if (action.equals(DownloadService.ACTION_START_ALL)){
intent.setAction(DownloadService.ACTION_START_ALL);
startService(intent);
}
if (action.equals(DownloadService.ACTION_STOP_ALL)){
} else if (action.equals(DownloadService.ACTION_STOP_ALL)){
intent.setAction(DownloadService.ACTION_STOP_ALL);
startService(intent);
}
Expand Down

0 comments on commit f5409c7

Please sign in to comment.