1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 14:11:00 +00:00

Small fix

This commit is contained in:
M66B 2018-12-17 08:55:02 +01:00
parent 54a8f2bba1
commit a05aa15bdb

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)