summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-02-13 21:24:43 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-02-13 21:24:43 +0100
commitc3852f333cb4405e137b1f506a8fc7cbd210f9c9 (patch)
treef48ca119db937d4b57d7088976ca5448e2b75162 /src
parent71502d74ccdfcef97b871ba1aa03ffb09075abab (diff)
downloadAntennaPod-c3852f333cb4405e137b1f506a8fc7cbd210f9c9.zip
Removed 'share link' and 'share source link' from feedmenu
Diffstat (limited to 'src')
-rw-r--r--src/de/danoeh/antennapod/util/menuhandler/FeedMenuHandler.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/de/danoeh/antennapod/util/menuhandler/FeedMenuHandler.java b/src/de/danoeh/antennapod/util/menuhandler/FeedMenuHandler.java
index 3a78ffb30..37f5fd0d3 100644
--- a/src/de/danoeh/antennapod/util/menuhandler/FeedMenuHandler.java
+++ b/src/de/danoeh/antennapod/util/menuhandler/FeedMenuHandler.java
@@ -46,14 +46,14 @@ public class FeedMenuHandler {
refresh.setVisible(true);
}
- menu.findItem(R.id.share_link_item).setVisible(
- selectedFeed.getLink() != null);
-
return true;
}
- /** NOTE: This method does not handle clicks on the 'remove feed' - item.
- * @throws DownloadRequestException */
+ /**
+ * NOTE: This method does not handle clicks on the 'remove feed' - item.
+ *
+ * @throws DownloadRequestException
+ */
public static boolean onOptionsItemClicked(Context context, MenuItem item,
Feed selectedFeed) throws DownloadRequestException {
FeedManager manager = FeedManager.getInstance();