Fixed body text color

This commit is contained in:
M66B 2019-10-07 15:56:27 +02:00
parent 3d5d648d7b
commit d6b2522a43
1 changed files with 1 additions and 1 deletions

View File

@ -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);