pull/210/head
M66B 2 years ago
parent 42b748cde0
commit dc47faf66e

@ -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…
Cancel
Save