aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/view/UpdateView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/view/UpdateView.java b/src/github/daneren2005/dsub/view/UpdateView.java
index b80eda3c..48d9cf94 100644
--- a/src/github/daneren2005/dsub/view/UpdateView.java
+++ b/src/github/daneren2005/dsub/view/UpdateView.java
@@ -47,7 +47,7 @@ public class UpdateView extends LinearLayout {
protected boolean exists = false;
protected boolean shaded = false;
- protected boolean starred = true;
+ protected boolean starred = false;
protected boolean isStarred = false;
public UpdateView(Context context) {