Set full sybject text style

This commit is contained in:
M66B
2019-03-10 07:29:44 +00:00
parent cf0bd7f1d0
commit 44b1a93d2c
2 changed files with 1 additions and 1 deletions

View File

@@ -861,6 +861,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
tvSubjectEx.setVisibility(show_addresses ? View.VISIBLE : View.GONE);
tvSubjectEx.setText(message.subject);
tvSubjectEx.setTypeface(null, subject_italic ? Typeface.ITALIC : Typeface.NORMAL);
// Flags
tvFlags.setVisibility(show_addresses && debug ? View.VISIBLE : View.GONE);