Skip to content

Commit

Permalink
Removed app link from share
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedr0Rocha committed Jun 4, 2020
1 parent a3ca536 commit 540b092
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ private String getSharebleInfo(CovidInfoEntity data) {
getString(R.string.app_name),
"https://play.google.com/store/apps/details?id=" + BuildConfig.APPLICATION_ID
);
app = "";

return title + activeCases + confirmedCases + recoveredCases + deaths + app;
}
Expand Down

0 comments on commit 540b092

Please sign in to comment.