mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Fixed color stripe
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user