update a comment about an uncommon code path

This commit is contained in:
Jesse Vincent 2010-10-21 20:49:05 +00:00
parent 8d9c074a27
commit 2a4792eb60
1 changed files with 2 additions and 1 deletions

View File

@ -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");