Small fix

This commit is contained in:
M66B 2018-12-17 08:55:02 +01:00
parent 54a8f2bba1
commit a05aa15bdb
1 changed files with 1 additions and 0 deletions

View File

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