mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Reset height on collapse/expand quotes
This commit is contained in:
parent
efbf0883b7
commit
a9133b1369
1 changed files with 1 additions and 0 deletions
|
@ -661,6 +661,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
if (ddss.length > 0) {
|
||||
int s = buffer.getSpanStart(ddss[0]);
|
||||
properties.setValue("quotes", message.id, buffer.charAt(s) != '0');
|
||||
properties.setHeight(message.id, null);
|
||||
bindBody(message, false);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue