From bb64099e3cc5bfd8a7709c8cfa4d285d080c2ab2 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Thu, 9 Feb 2012 20:49:59 -0800 Subject: [PATCH] Comment out the create a shared tag option when sharing tasks --- .../todoroo/astrid/actfm/EditPeopleControlSet.java | 14 +++++++------- astrid/res/layout/control_set_collaborators.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/EditPeopleControlSet.java b/astrid/plugin-src/com/todoroo/astrid/actfm/EditPeopleControlSet.java index ebbac546c..ed93168fe 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/EditPeopleControlSet.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/EditPeopleControlSet.java @@ -452,8 +452,8 @@ public class EditPeopleControlSet extends PopupControlSet { public void textChanged(String text) { getSharedWithView().findViewById(R.id.share_additional).setVisibility(View.VISIBLE); if(text.indexOf('@') > -1) { - getSharedWithView().findViewById(R.id.tag_label).setVisibility(View.VISIBLE); - getSharedWithView().findViewById(R.id.tag_name).setVisibility(View.VISIBLE); +// getSharedWithView().findViewById(R.id.tag_label).setVisibility(View.VISIBLE); +// getSharedWithView().findViewById(R.id.tag_name).setVisibility(View.VISIBLE); } } }); @@ -693,11 +693,11 @@ public class EditPeopleControlSet extends PopupControlSet { values.add(message); } - String tag = ((TextView) getSharedWithView().findViewById(R.id.tag_name)).getText().toString(); - if(!TextUtils.isEmpty(tag)) { - values.add("tag"); - values.add(tag); - } +// String tag = ((TextView) getSharedWithView().findViewById(R.id.tag_name)).getText().toString(); +// if(!TextUtils.isEmpty(tag)) { +// values.add("tag"); +// values.add(tag); +// } return values.toArray(new Object[values.size()]); } diff --git a/astrid/res/layout/control_set_collaborators.xml b/astrid/res/layout/control_set_collaborators.xml index 3cc4d8da4..611c6e132 100644 --- a/astrid/res/layout/control_set_collaborators.xml +++ b/astrid/res/layout/control_set_collaborators.xml @@ -54,7 +54,7 @@ android:autoText="true" android:capitalize="sentences" android:singleLine="false" /> - + android:hint="@string/actfm_EPA_tag_hint" /> -->