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:
parent
966c8a7fc2
commit
194a1f9c74
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue