1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-01-30 19:53:47 +03:00

[PM-15969] Update inline comment

This commit is contained in:
André Bispo 2025-01-02 15:10:04 +00:00
parent 5f40ac3004
commit d192065054
No known key found for this signature in database
GPG key ID: E5610EF043C76548

View file

@ -117,7 +117,7 @@ fun List<CollectionView>?.canAssignToCollections(currentCollectionIds: List<Stri
if (this.isNullOrEmpty()) return true
if (currentCollectionIds.isNullOrEmpty()) return true
// Verify user can MANAGE at least one collection the item is in.
// Verify user can MANAGE or EDIT at least one collection the item is in.
return this
.any {
currentCollectionIds.contains(it.id) &&