Skip to content

Commit

Permalink
Update links from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Dec 28, 2024
1 parent 5b53c95 commit a4a9250
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ private OnPreferenceClickListener getOnExportClickListener() {

private OnPreferenceClickListener getOnHomepageClickListener() {
return preference -> {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://counter.roman.zone")));
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://counter.roman.zone?utm_source=app")));
return true;
};
}

private OnPreferenceClickListener getOnTipClickListener() {
return preference -> {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://counter.roman.zone/tip")));
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://counter.roman.zone/tip?utm_source=app")));
return true;
};
}
Expand Down

0 comments on commit a4a9250

Please sign in to comment.