mirror of https://github.com/M66B/FairEmail.git
Fixed body text color
This commit is contained in:
parent
3d5d648d7b
commit
d6b2522a43
|
@ -1418,7 +1418,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
tvBody.setTextSize(TypedValue.COMPLEX_UNIT_PX, size);
|
||||
tvBody.setMinHeight(height);
|
||||
|
||||
tvBody.setTextColor(contrast ? colorUnread : colorRead);
|
||||
tvBody.setTextColor(contrast ? textColorPrimary : colorRead);
|
||||
tvBody.setTypeface(monospaced ? Typeface.MONOSPACE : Typeface.DEFAULT);
|
||||
|
||||
tvBody.setVisibility(View.VISIBLE);
|
||||
|
|
Loading…
Reference in New Issue