mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Oops
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user