mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Oops
This commit is contained in:
parent
42b748cde0
commit
dc47faf66e
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ public class AdapterNavUnified extends RecyclerView.Adapter<AdapterNavUnified.Vi
|
|||
|
||||
TupleFolderUnified inbox = map.get(EntityFolder.INBOX);
|
||||
if (inbox != null)
|
||||
inbox.unified = true;
|
||||
inbox.unified = show;
|
||||
|
||||
List<TupleFolderUnified> types = new ArrayList<>();
|
||||
for (String type : map.keySet())
|
||||
|
|
Loading…
Reference in a new issue