mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-26 11:03:59 +02:00
one last thing left, do not finish on commit
This commit is contained in:
parent
69aed3dd59
commit
9608d662fd
|
|
@ -548,7 +548,7 @@ public class PasswordStore extends AppCompatActivity {
|
|||
public void execute() {
|
||||
Log.d(TAG, "Commiting with message " + message);
|
||||
Git git = new Git(this.repository);
|
||||
GitAsyncTask tasks = new GitAsyncTask(activity, true, true, this);
|
||||
GitAsyncTask tasks = new GitAsyncTask(activity, false, true, this);
|
||||
tasks.execute(
|
||||
git.add().addFilepattern("."),
|
||||
git.commit().setAll(true).setMessage(message)
|
||||
|
|
|
|||
Loading…
Reference in a new issue