mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Small fix
This commit is contained in:
parent
54a8f2bba1
commit
a05aa15bdb
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
: View.INVISIBLE);
|
||||
|
||||
vwColor.setBackgroundColor(message.accountColor == null ? Color.TRANSPARENT : message.accountColor);
|
||||
vwColor.setVisibility(View.VISIBLE);
|
||||
|
||||
ivExpander.setImageResource(show_expanded ? R.drawable.baseline_expand_less_24 : R.drawable.baseline_expand_more_24);
|
||||
if (viewType == ViewType.THREAD && threading)
|
||||
|
|
Loading…
Reference in a new issue