stop fading the chip if a message is read. we already change text

weight
This commit is contained in:
Jesse Vincent 2010-11-29 03:24:57 +00:00
parent 3f4a26da78
commit f98a2db2ab
1 changed files with 1 additions and 1 deletions

View File

@ -2750,7 +2750,7 @@ public class MessageList
}
holder.chip.setBackgroundColor(message.message.getFolder().getAccount().getChipColor());
holder.chip.getBackground().setAlpha(message.read ? 127 : 255);
holder.chip.getBackground().setAlpha(255);
view.getBackground().setAlpha(message.downloaded ? 0 : 127);
if ((message.message.getSubject() == null) || message.message.getSubject().equals(""))