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:
parent
044d060553
commit
083a829df8
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue