mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix save search info
This commit is contained in:
@@ -617,10 +617,11 @@ class GroupActivity : LockingActivity(),
|
|||||||
newEntry.setEntryInfo(mDatabase, newEntry.getEntryInfo(mDatabase).apply {
|
newEntry.setEntryInfo(mDatabase, newEntry.getEntryInfo(mDatabase).apply {
|
||||||
saveSearchInfo(mDatabase, searchInfo)
|
saveSearchInfo(mDatabase, searchInfo)
|
||||||
})
|
})
|
||||||
|
// In selection mode, it's forced read-only, just checked if AutoSave is enabled
|
||||||
mProgressDatabaseTaskProvider?.startDatabaseUpdateEntry(
|
mProgressDatabaseTaskProvider?.startDatabaseUpdateEntry(
|
||||||
entry,
|
entry,
|
||||||
newEntry,
|
newEntry,
|
||||||
!mReadOnly && mAutoSaveEnable
|
mAutoSaveEnable
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user