From 2829d14b5122f1807a99f4aa3967b216b689cfc4 Mon Sep 17 00:00:00 2001 From: daneren2005 Date: Fri, 23 Aug 2013 10:31:45 -0700 Subject: Fix starred items not being selectable --- src/github/daneren2005/dsub/view/PodcastChannelView.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github/daneren2005/dsub/view/PodcastChannelView.java b/src/github/daneren2005/dsub/view/PodcastChannelView.java index 2998c16d..5b9225d7 100644 --- a/src/github/daneren2005/dsub/view/PodcastChannelView.java +++ b/src/github/daneren2005/dsub/view/PodcastChannelView.java @@ -45,6 +45,7 @@ public class PodcastChannelView extends UpdateView { titleView = (TextView) findViewById(R.id.artist_name); starButton = (ImageButton) findViewById(R.id.artist_star); + starButton.setFocusable(false); moreButton = (ImageView) findViewById(R.id.artist_more); moreButton.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { -- cgit v1.2.3