From 2a4792eb6015ab4028a3b436b6cca5896a19ec89 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 21 Oct 2010 20:49:05 +0000 Subject: [PATCH] update a comment about an uncommon code path --- src/com/fsck/k9/activity/MessageList.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/fsck/k9/activity/MessageList.java b/src/com/fsck/k9/activity/MessageList.java index ce6b2cbc0..a807bb832 100644 --- a/src/com/fsck/k9/activity/MessageList.java +++ b/src/com/fsck/k9/activity/MessageList.java @@ -2577,7 +2577,8 @@ public class MessageList } else { - // TODO is this branch ever reached/executed? + // This branch code is triggered when the local store + // hands us an invalid message holder.chip.getBackground().setAlpha(0); holder.subject.setText("No subject");