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

It's contentious to change, apparently. So, revert until it's a setting
This reverts commit a6060fa66c8ae6001c402b0f3ac3d240b7348b8e.
This commit is contained in:
Jesse Vincent 2010-12-07 01:22:35 +00:00
parent 9fc60210db
commit 4bb5acb51c
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(255);
holder.chip.getBackground().setAlpha(message.read ? 127 : 255);
view.getBackground().setAlpha(message.downloaded ? 0 : 127);
if ((message.message.getSubject() == null) || message.message.getSubject().equals(""))