diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java index c50f01d50..7e4bbbe3c 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java @@ -515,7 +515,7 @@ public class TagViewFragment extends TaskListFragment { @Override protected boolean hasDraggableOption() { - return true; + return tagData != null && !tagData.getFlag(TagData.FLAGS, TagData.FLAG_FEATURED); } @Override