mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Simplification
This commit is contained in:
@@ -1315,10 +1315,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
else {
|
||||
boolean expanded = !properties.getValue("expanded", message.id);
|
||||
properties.setValue("expanded", message.id, expanded);
|
||||
if (!expanded) {
|
||||
properties.setValue("quotes", message.id, false);
|
||||
properties.setValue("images", message.id, false);
|
||||
}
|
||||
|
||||
int pos = getAdapterPosition();
|
||||
notifyItemChanged(pos);
|
||||
|
||||
Reference in New Issue
Block a user