mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-21 05:01:54 -05:00
. 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
@ -2219,7 +2219,7 @@ public class FolderMessageList extends ExpandableListActivity
|
|||||||
subjectColor = Email.FLAGGED_COLOR;
|
subjectColor = Email.FLAGGED_COLOR;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! message.partially_downloaded && !message.downloaded ) {
|
if (!message.downloaded) {
|
||||||
holder.chip.getBackground().setAlpha(message.read ? 0 : 127);
|
holder.chip.getBackground().setAlpha(message.read ? 0 : 127);
|
||||||
alpha = 0x60000000;
|
alpha = 0x60000000;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user