From bfb452d60472ebec04f8e82da612fe9915be930e Mon Sep 17 00:00:00 2001 From: Andrew Shaw Date: Thu, 2 Feb 2012 19:24:14 -0800 Subject: [PATCH] All activity for tasks should show up now --- .../plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java b/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java index efc52d207..e31242388 100644 --- a/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java +++ b/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java @@ -522,7 +522,7 @@ public class EditNoteActivity extends LinearLayout implements TimerActionListene else if(!TextUtils.isEmpty(message) && !TextUtils.isEmpty(description)) description += " " + message; else - description = message; + description += message; if(TextUtils.isEmpty(description)) return null;