1
0
Fork 0
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:
M66B 2023-02-02 07:59:51 +01:00
parent efbf0883b7
commit a9133b1369

View file

@ -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;
}