Fixed unified unexposed

pull/214/head
M66B 4 months ago
parent 377a34846f
commit d7eda301df

@ -243,6 +243,7 @@ public class AdapterNavUnified extends RecyclerView.Adapter<AdapterNavUnified.Vi
f.folders += type.folders;
f.messages += type.messages;
f.unseen += type.unseen;
f.unexposed += type.unexposed;
if (Objects.equals(f.color, type.color) ||
(f.color == null && f.folders == type.folders)) {
@ -256,6 +257,7 @@ public class AdapterNavUnified extends RecyclerView.Adapter<AdapterNavUnified.Vi
unified.folders += type.folders;
unified.messages += type.messages;
unified.unseen += type.unseen;
unified.unexposed = type.unexposed;
if (Objects.equals(unified.color, type.color) ||
(unified.color == null && unified.folders == type.folders)) {

Loading…
Cancel
Save