remove deleted entries to avoid "finding" them when SearchForUrl

This commit is contained in:
Philipp Crocoll
2017-12-31 11:21:57 +01:00
parent 8e45d6462f
commit e4eb0c7019

View File

@@ -181,6 +181,7 @@ namespace keepass2android
PwDeletedObject pdo = new PwDeletedObject(pe.Uuid, dtNow);
pd.DeletedObjects.Add(pdo);
touchedGroups.Add(pgParent);
Db.Entries.Remove(pe.Uuid);
}
else // Recycle
{