mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Some folders cannot be selected
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user