Simplification

This commit is contained in:
M66B 2019-03-28 07:37:47 +00:00
parent 4cf09ad087
commit 8989c530c6
1 changed files with 0 additions and 4 deletions

View File

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