aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);