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