removed now-unused subject coloring code

This commit is contained in:
Jesse Vincent 2009-12-20 06:54:23 +00:00
parent b8b9e20e81
commit 7e967c6110
1 changed files with 0 additions and 5 deletions

View File

@ -1915,10 +1915,6 @@ public class MessageList
holder.chip.getBackground().setAlpha(message.read ? 0 : 255);
holder.subject.setTypeface(null, message.read ? Typeface.NORMAL : Typeface.BOLD);
int subjectColor = holder.from.getCurrentTextColor(); // Get from another field that never changes color
setVisibleWidgetsForListItem(view, mSelectedWidget);
// XXX TODO there has to be some way to walk our view hierarchy and get this
holder.flagged.setTag((Integer)position);
@ -1940,7 +1936,6 @@ public class MessageList
view.getBackground().setAlpha(127);
}
holder.subject.setTextColor(0xff000000 | subjectColor);
holder.subject.setText(message.subject);
holder.from.setText(message.sender);