Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Scot SCRIVEN authored and Scot SCRIVEN committed Apr 19, 2016
2 parents d1d7d17 + 7031643 commit e5a8835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public boolean onCreateOptionsMenu(Menu menu) {
Intent intent = getIntent();
State state = (State) intent.getExtras().getSerializable("state");

Intent shareIntent = new Intent();
Intent shareIntent = new Intent(Intent.ACTION_SEND);
String url = " " + Utils.getUriProductByCurrentLanguage() + state.getProduct().getCode();
if(state.getProduct().getUrl() != null) {
url = " " + state.getProduct().getUrl();
Expand Down

0 comments on commit e5a8835

Please sign in to comment.