mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05:00
removed now-unused subject coloring code
This commit is contained in:
parent
b8b9e20e81
commit
7e967c6110
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user