mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-11 13:49:15 -05:00
Restore text color handling
This commit is contained in:
parent
64eda5106c
commit
c00eb30524
@ -2199,6 +2199,10 @@ public class FolderMessageList extends ExpandableListActivity
|
||||
{
|
||||
holder.subject.setTextColor(Email.FLAGGED_COLOR);
|
||||
}
|
||||
else
|
||||
{
|
||||
holder.subject.setTextColor(0xff000000);
|
||||
}
|
||||
|
||||
holder.subject.setText(message.subject);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user