remove deleted entries to avoid "finding" them when SearchForUrl
This commit is contained in:
@@ -181,6 +181,7 @@ namespace keepass2android
|
|||||||
PwDeletedObject pdo = new PwDeletedObject(pe.Uuid, dtNow);
|
PwDeletedObject pdo = new PwDeletedObject(pe.Uuid, dtNow);
|
||||||
pd.DeletedObjects.Add(pdo);
|
pd.DeletedObjects.Add(pdo);
|
||||||
touchedGroups.Add(pgParent);
|
touchedGroups.Add(pgParent);
|
||||||
|
Db.Entries.Remove(pe.Uuid);
|
||||||
}
|
}
|
||||||
else // Recycle
|
else // Recycle
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user