mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Small amelioration
This commit is contained in:
@@ -226,16 +226,16 @@ class FieldReferencesEngine {
|
||||
break
|
||||
}
|
||||
|
||||
val complement = ArrayList<EntryKDBX>()
|
||||
if (negate) {
|
||||
childEntries = if (negate) {
|
||||
val complement = ArrayList<EntryKDBX>()
|
||||
for (entry in childEntries!!) {
|
||||
if (!pgNew.contains(entry)) {
|
||||
complement.add(entry)
|
||||
}
|
||||
}
|
||||
childEntries = complement
|
||||
complement
|
||||
} else {
|
||||
childEntries = pgNew
|
||||
pgNew
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user