1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 01:36:55 +00:00

Some folders cannot be selected

This commit is contained in:
M66B 2020-09-10 13:09:56 +02:00
parent 044d060553
commit 083a829df8

View file

@ -373,7 +373,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
return;
TupleFolderEx folder = items.get(pos);
if (folder.tbd != null)
if (folder.tbd != null || !folder.selectable)
return;
switch (view.getId()) {