mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
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:
parent
9fc60210db
commit
4bb5acb51c
@ -2750,7 +2750,7 @@ public class MessageList
|
|||||||
}
|
}
|
||||||
|
|
||||||
holder.chip.setBackgroundColor(message.message.getFolder().getAccount().getChipColor());
|
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);
|
view.getBackground().setAlpha(message.downloaded ? 0 : 127);
|
||||||
|
|
||||||
if ((message.message.getSubject() == null) || message.message.getSubject().equals(""))
|
if ((message.message.getSubject() == null) || message.message.getSubject().equals(""))
|
||||||
|
Loading…
Reference in New Issue
Block a user