mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Show full color stripe
This commit is contained in:
parent
f3db1a29b0
commit
dbc423441d
1 changed files with 0 additions and 1 deletions
|
@ -971,7 +971,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
vwColor.setTag(colorBackground);
|
||||
vwColor.setBackgroundColor(colorBackground);
|
||||
}
|
||||
vwColor.setAlpha(message.ui_seen ? Helper.LOW_LIGHT : 1.0f);
|
||||
vwColor.setVisibility(color_stripe ? View.VISIBLE : View.GONE);
|
||||
|
||||
// Expander
|
||||
|
|
Loading…
Reference in a new issue