From fac40b89e2863db3968a6f0d0d9d61368eb982cf Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Mon, 7 May 2012 11:29:50 -0700 Subject: [PATCH] Hopefully fixed a refresh bug in the tag view fragment--not sure what's causing it though --- .../plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java | 3 ++- 1 file changed, 2 insertions(+), 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 01a4bd3ea..2fa17f59d 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java @@ -58,6 +58,7 @@ import com.todoroo.astrid.subtasks.SubtasksTagListFragment; import com.todoroo.astrid.tags.TagFilterExposer; import com.todoroo.astrid.tags.TagService.Tag; import com.todoroo.astrid.utility.AstridPreferences; +import com.todoroo.astrid.utility.Flags; import com.todoroo.astrid.welcome.HelpInfoPopover; public class TagViewFragment extends TaskListFragment { @@ -490,7 +491,7 @@ public class TagViewFragment extends TaskListFragment { flf.clear(); } taskAdapter = null; - refresh(); + Flags.set(Flags.REFRESH); } else { super.onActivityResult(requestCode, resultCode, data); }