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:
parent
5f40ac3004
commit
d192065054
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue