pull/214/head
M66B 9 months ago
parent f78151e5c8
commit 68b84dc28e

@ -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;
}
}

Loading…
Cancel
Save