From 9a4633b2e63f3b24d4f27a8a4aa084c59c1bb938 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Thu, 4 Oct 2012 13:04:43 -0700 Subject: [PATCH] Fixed an update message display bug --- astrid/src/com/todoroo/astrid/service/UpdateMessageService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java b/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java index df50b4abb..6fdce74eb 100644 --- a/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java +++ b/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java @@ -148,7 +148,7 @@ public class UpdateMessageService { } else { String color = ThemeService.getDialogTextColorString(); final String html = "" + - message + ""; + message.getLeft() + ""; ds = new DialogShower() { @Override public void showDialog(Activity a) {