diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-03-26 19:49:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 19:49:28 +0100 |
commit | 57771c4dfee862c8eb87777c59ad1b1dced04de3 (patch) | |
tree | cac3d0a7da18613ad91b0820acf9b65029ad066d /scripts | |
parent | de4cc638609da49c55766ea8cf3428a637badb7f (diff) |
Fix: Commit file after Autofill generate/save (#669)
Currently, password files generated via the Autofill generate or save
flow are not committed to the Git repository and therefore also not
synchronized to the remote.
The root cause is that it was missed that PgpActivity relies on
PasswordStore to commit the changes when it returns an appropriate
result code.
The fix is to extract the commit code into the companion object of
PasswordStore and call it from AutofillSaveActivity's onActivityResult.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions