1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-06 03:33:07 +00:00

Fixed color stripe

This commit is contained in:
M66B 2019-10-10 10:03:17 +02:00
parent 966c8a7fc2
commit 194a1f9c74

View file

@ -751,6 +751,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
tvSubject.setTextColor(colorRead);
// Account color
vwColor.setVisibility(View.VISIBLE);
vwColor.setBackgroundColor(message.accountColor == null || !ActivityBilling.isPro(context)
? colorSeparator : message.accountColor);