aboutsummaryrefslogtreecommitdiff
path: root/src/github
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-07-25 16:16:42 -0700
committerScott Jackson <daneren2005@gmail.com>2014-07-25 16:16:42 -0700
commitbe88239713efa83b2835764555bf8c71adc57d34 (patch)
treea81a205a5c1ad4fa9af4568d3382a83ffd1feb5b /src/github
parent5fef12e7bd6c57b3caac8815a1b72edd235e01af (diff)
downloaddsub-be88239713efa83b2835764555bf8c71adc57d34.tar.gz
dsub-be88239713efa83b2835764555bf8c71adc57d34.tar.bz2
dsub-be88239713efa83b2835764555bf8c71adc57d34.zip
Dont add to update list
Diffstat (limited to 'src/github')
-rw-r--r--src/github/daneren2005/dsub/view/SettingView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/view/SettingView.java b/src/github/daneren2005/dsub/view/SettingView.java
index ea89fb01..95452408 100644
--- a/src/github/daneren2005/dsub/view/SettingView.java
+++ b/src/github/daneren2005/dsub/view/SettingView.java
@@ -31,7 +31,7 @@ public class SettingView extends UpdateView {
CheckedTextView view;
public SettingView(Context context) {
- super(context);
+ super(context, false);
this.context = context;
LayoutInflater.from(context).inflate(android.R.layout.simple_list_item_multiple_choice, this, true);