diff --git a/astrid/src/com/todoroo/astrid/activity/TaskListFragment.java b/astrid/src/com/todoroo/astrid/activity/TaskListFragment.java index a2bd81d6a..07f3591b0 100644 --- a/astrid/src/com/todoroo/astrid/activity/TaskListFragment.java +++ b/astrid/src/com/todoroo/astrid/activity/TaskListFragment.java @@ -930,9 +930,8 @@ public class TaskListFragment extends ListFragment implements OnScrollListener, taskAdapter.changeCursor(currentCursor); // update title - filter.title = getString(R.string.TLA_custom); if (getActivity() instanceof TaskListActivity) - ((TaskListActivity) getActivity()).setListsTitle(filter.title); + ((TaskListActivity) getActivity()).setListsTitle(getString(R.string.TLA_custom)); // try selecting again for (int i = 0; i < currentCursor.getCount(); i++) {