mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Show full color stripe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user