Fixed color stripe

pull/162/head
M66B 6 years ago
parent 966c8a7fc2
commit 194a1f9c74

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

Loading…
Cancel
Save