mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +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);
|
TupleFolderUnified inbox = map.get(EntityFolder.INBOX);
|
||||||
if (inbox != null)
|
if (inbox != null)
|
||||||
inbox.unified = true;
|
inbox.unified = show;
|
||||||
|
|
||||||
List<TupleFolderUnified> types = new ArrayList<>();
|
List<TupleFolderUnified> types = new ArrayList<>();
|
||||||
for (String type : map.keySet())
|
for (String type : map.keySet())
|
||||||
|
|
Loading…
Reference in a new issue