Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

Commit

Permalink
last-minute-fix #2, sorry :)
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Jul 8, 2015
1 parent 875040c commit 45dc277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else if(componentName!=null){
response.setComponent(componentName);
response.putExtra(Constants.extraLauncherProblem,true);
response.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
startActivity(response);
}
}
stopSelf();
Expand Down

0 comments on commit 45dc277

Please sign in to comment.