This commit is contained in:
M66B
2023-11-19 19:03:02 +01:00
parent f78151e5c8
commit 68b84dc28e

View File

@@ -1742,6 +1742,9 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
p2 = p2.parent_ref;
}
if (p1 != null || p2 != null)
return false;
return true;
}
}