mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 08:35:05 -06:00
[PM-15969] Update inline comment
This commit is contained in:
parent
5f40ac3004
commit
d192065054
@ -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) &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user