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

Commit b0a295e1 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

Re-add the code I removed twice, now that dan explained what it works around

parent ee92878d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2199,6 +2199,14 @@ public class FolderMessageList extends ExpandableListActivity
                {
                  holder.subject.setTextColor(Email.FLAGGED_COLOR);
                }
                else
                {

                  // Removing that block of code from FolderMessageList means that flagging any
                  // single message in a folder causes random messages to have their subjects
                  // switch to the flagged color. -danapple
                  holder.subject.setTextColor(0xff000000);
                }

                holder.subject.setText(message.subject);