mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix delegation
This commit is contained in:
@@ -298,12 +298,10 @@ class EntryEditActivity : LockingActivity(),
|
||||
expiresDate = newEntry.expiryTime
|
||||
notes = newEntry.notes
|
||||
for ((key, value) in newEntry.customFields) {
|
||||
post {
|
||||
putCustomField(Field(key, value))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private fun populateEntryWithViews(newEntry: Entry) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user