Some folders cannot be selected

pull/184/head
M66B 4 years ago
parent 044d060553
commit 083a829df8

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