mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Fixed unified unexposed
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user