aboutsummaryrefslogtreecommitdiff
path: root/src/github
diff options
context:
space:
mode:
Diffstat (limited to 'src/github')
-rw-r--r--src/github/daneren2005/dsub/view/GenreView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/view/GenreView.java b/src/github/daneren2005/dsub/view/GenreView.java
index cbd5f081..6cd779c5 100644
--- a/src/github/daneren2005/dsub/view/GenreView.java
+++ b/src/github/daneren2005/dsub/view/GenreView.java
@@ -33,7 +33,7 @@ public class GenreView extends UpdateView {
private TextView albumsView;
public GenreView(Context context) {
- super(context);
+ super(context, false);
LayoutInflater.from(context).inflate(R.layout.genre_list_item, this, true);
titleView = (TextView) findViewById(R.id.genre_name);