mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Fixed expander state
This commit is contained in:
parent
5fcc3aa76d
commit
d0a328c607
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue