From a6eb3f11b0769e1cca3ca87481554b0082e77e41 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Sat, 3 Aug 2013 13:37:04 -0500 Subject: [PATCH] Remove comments button from navbar --- .../todoroo/astrid/actfm/TagViewFragment.java | 1 - astrid/res/layout/header_nav_views.xml | 8 ---- .../astrid/activity/TaskEditFragment.java | 8 +--- .../astrid/activity/TaskListActivity.java | 45 +------------------ 4 files changed, 2 insertions(+), 60 deletions(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java index be418e06e..52d3980b9 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java @@ -299,7 +299,6 @@ public class TagViewFragment extends TaskListFragment { if (extras.getBoolean(TOKEN_START_ACTIVITY, false)) { extras.remove(TOKEN_START_ACTIVITY); - activity.showComments(); } } diff --git a/astrid/res/layout/header_nav_views.xml b/astrid/res/layout/header_nav_views.xml index fab5f62a4..4b9c941ba 100644 --- a/astrid/res/layout/header_nav_views.xml +++ b/astrid/res/layout/header_nav_views.xml @@ -69,12 +69,4 @@ android:textSize="16sp" android:visibility="gone"/> -