. Greying out partially downloaded messages
--> All messages that will require download in order to be read are now "greyed" out
This commit is contained in:
parent
bae5fba355
commit
73ded7170b
1 changed files with 1 additions and 1 deletions
|
@ -2219,7 +2219,7 @@ public class FolderMessageList extends ExpandableListActivity
|
|||
subjectColor = Email.FLAGGED_COLOR;
|
||||
}
|
||||
|
||||
if (! message.partially_downloaded && !message.downloaded ) {
|
||||
if (!message.downloaded) {
|
||||
holder.chip.getBackground().setAlpha(message.read ? 0 : 127);
|
||||
alpha = 0x60000000;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue