Fixed expander state

This commit is contained in:
M66B 2019-10-20 09:53:12 +02:00
parent 5fcc3aa76d
commit d0a328c607
1 changed files with 1 additions and 0 deletions

View File

@ -2408,6 +2408,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
boolean expanded = !properties.getValue("expanded", message.id);
properties.setValue("expanded", message.id, expanded);
ibExpander.setTag(expanded);
ibExpander.setImageLevel(expanded ? 0 /* less*/ : 1 /* more */);
if (expanded)