mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Simplification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user