mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
fix(autofill): populate passphrase cache on successful decryption
This commit is contained in:
parent
88facd7871
commit
0d7d6eae79
@ -185,6 +185,7 @@ class AutofillDecryptActivity : BasePGPActivity() {
|
||||
}
|
||||
.onSuccess { result ->
|
||||
return runCatching {
|
||||
passphraseCache.cachePassphrase(this, gpgIdentifiers.first(), password)
|
||||
val entry = passwordEntryFactory.create(result.toByteArray())
|
||||
AutofillPreferences.credentialsFromStoreEntry(this, file, entry, directoryStructure)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user