Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c00eb305 authored by Daniel Applebaum's avatar Daniel Applebaum
Browse files

Restore text color handling

parent 64eda510
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);