mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-02-02 07:18:24 +01:00
fix: Correctly search for duplicates in Identities
This commit is contained in:
parent
ce59bcd3c3
commit
2f1d88a476
@ -301,7 +301,7 @@ class CipherDuplicatesCheckImpl(
|
||||
if (
|
||||
a.processed.identity != null &&
|
||||
b.processed.identity != null &&
|
||||
a.processed.type == DSecret.Type.Card
|
||||
a.processed.type == DSecret.Type.Identity
|
||||
) {
|
||||
val aIdentity = a.processed.identity
|
||||
val bIdentity = b.processed.identity
|
||||
|
Loading…
x
Reference in New Issue
Block a user