Simplification

This commit is contained in:
M66B
2019-06-24 11:05:30 +02:00
parent 4558e07710
commit 5932a8672c

View File

@@ -746,8 +746,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
}
if (viewType == ViewType.THREAD) {
boolean show_expanded = properties.getValue("expanded", message.id);
if (show_expanded)
if (expanded)
bindExpanded(message);
else {
clearExpanded(message);