aboutsummaryrefslogtreecommitdiff
path: root/src/github
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-07-25 16:16:14 -0700
committerScott Jackson <daneren2005@gmail.com>2014-07-25 16:16:14 -0700
commit5fef12e7bd6c57b3caac8815a1b72edd235e01af (patch)
tree02e67959332f6041d68ac05b870b6906bf2965aa /src/github
parentd6133d2437403a45221b5953907779cb2e7df594 (diff)
downloaddsub-5fef12e7bd6c57b3caac8815a1b72edd235e01af.tar.gz
dsub-5fef12e7bd6c57b3caac8815a1b72edd235e01af.tar.bz2
dsub-5fef12e7bd6c57b3caac8815a1b72edd235e01af.zip
Dont add to update list
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);