summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/util/FeedMenuHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/podfetcher/util/FeedMenuHandler.java')
-rw-r--r--src/de/podfetcher/util/FeedMenuHandler.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/de/podfetcher/util/FeedMenuHandler.java b/src/de/podfetcher/util/FeedMenuHandler.java
index 1f0667be5..b1e8bfef8 100644
--- a/src/de/podfetcher/util/FeedMenuHandler.java
+++ b/src/de/podfetcher/util/FeedMenuHandler.java
@@ -68,8 +68,7 @@ public class FeedMenuHandler {
context.startActivity(new Intent(Intent.ACTION_VIEW, uri));
break;
case R.id.support_item:
- Uri supportUri = Uri.parse(selectedFeed.getPaymentLink());
- context.startActivity(new Intent(Intent.ACTION_VIEW, supportUri));
+ FlattrUtils.clickUrl(context, selectedFeed.getPaymentLink());
break;
case R.id.share_link_item:
ShareUtils.shareFeedlink(context, selectedFeed);