From 8dca9f8a0cacb0f5002946c1d22dff219a5e875a Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 27 Jun 2012 14:03:57 -0700 Subject: [PATCH] Don't allow manual sorting of featured lists --- astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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