From be88239713efa83b2835764555bf8c71adc57d34 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 25 Jul 2014 16:16:42 -0700 Subject: Dont add to update list --- src/github/daneren2005/dsub/view/SettingView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/github') 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); -- cgit v1.2.3