|
|
@ -721,9 +721,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|
|
|
: message.uid == null && message.accountProtocol == EntityAccount.TYPE_IMAP)
|
|
|
|
: message.uid == null && message.accountProtocol == EntityAccount.TYPE_IMAP)
|
|
|
|
? Helper.LOW_LIGHT : 1.0f);
|
|
|
|
? Helper.LOW_LIGHT : 1.0f);
|
|
|
|
|
|
|
|
|
|
|
|
view.setContentDescription(context.getString(
|
|
|
|
|
|
|
|
message.unseen > 0 ? R.string.title_accessibility_unseen : R.string.title_accessibility_seen));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Duplicate
|
|
|
|
// Duplicate
|
|
|
|
if (viewType == ViewType.THREAD) {
|
|
|
|
if (viewType == ViewType.THREAD) {
|
|
|
|
boolean dim = (message.duplicate || EntityFolder.TRASH.equals(message.folderType));
|
|
|
|
boolean dim = (message.duplicate || EntityFolder.TRASH.equals(message.folderType));
|
|
|
@ -780,6 +777,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|
|
|
vwColor.setBackgroundColor(colorBackground);
|
|
|
|
vwColor.setBackgroundColor(colorBackground);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vwColor.setContentDescription(context.getString(
|
|
|
|
|
|
|
|
message.unseen > 0 ? R.string.title_accessibility_unseen : R.string.title_accessibility_seen));
|
|
|
|
|
|
|
|
|
|
|
|
// Expander
|
|
|
|
// Expander
|
|
|
|
if (ibExpander.getTag() == null || (boolean) ibExpander.getTag() != expanded) {
|
|
|
|
if (ibExpander.getTag() == null || (boolean) ibExpander.getTag() != expanded) {
|
|
|
|
ibExpander.setTag(expanded);
|
|
|
|
ibExpander.setTag(expanded);
|
|
|
|