diff --git a/astrid/src/com/todoroo/astrid/activity/TaskListFragment.java b/astrid/src/com/todoroo/astrid/activity/TaskListFragment.java index 12c80d1cc..8c936db11 100644 --- a/astrid/src/com/todoroo/astrid/activity/TaskListFragment.java +++ b/astrid/src/com/todoroo/astrid/activity/TaskListFragment.java @@ -672,7 +672,7 @@ public class TaskListFragment extends ListFragment implements OnScrollListener, if (tagData != null) { HashSet tagsTransitory = new HashSet(); tagsTransitory.add(tagData.getValue(TagData.NAME)); - empty.putTransitory("tags", tagsTransitory); + empty.putTransitory("tags", tagsTransitory); // TODO MAKE THIS A CONSTANT OR DOCUMENT IT -- tim } repeatControl.readFromTask(empty); gcalControl.readFromTask(empty);