mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 21:38:03 +00:00
fix new passwords no longer being added
This commit is contained in:
parent
72fcf46ca9
commit
faa572ce53
@ -550,7 +550,7 @@ public class PasswordStore extends AppCompatActivity {
|
|||||||
Git git = new Git(this.repository);
|
Git git = new Git(this.repository);
|
||||||
GitAsyncTask tasks = new GitAsyncTask(activity, false, true, this);
|
GitAsyncTask tasks = new GitAsyncTask(activity, false, true, this);
|
||||||
tasks.execute(
|
tasks.execute(
|
||||||
git.add().setUpdate(true).addFilepattern("."),
|
git.add().addFilepattern("."),
|
||||||
git.commit().setMessage(message)
|
git.commit().setMessage(message)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user