aboutsummaryrefslogtreecommitdiff
path: root/src/github
diff options
context:
space:
mode:
Diffstat (limited to 'src/github')
-rw-r--r--src/github/daneren2005/dsub/view/ShareView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/view/ShareView.java b/src/github/daneren2005/dsub/view/ShareView.java
index d00e9d7c..32a83880 100644
--- a/src/github/daneren2005/dsub/view/ShareView.java
+++ b/src/github/daneren2005/dsub/view/ShareView.java
@@ -38,7 +38,7 @@ public class ShareView extends UpdateView {
private TextView descriptionView;
public ShareView(Context context) {
- super(context);
+ super(context, false);
LayoutInflater.from(context).inflate(R.layout.complex_list_item, this, true);
titleView = (TextView) findViewById(R.id.item_name);