Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9608d66

Browse files
committed
one last thing left, do not finish on commit
1 parent 69aed3d commit 9608d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/zeapo/pwdstore/PasswordStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ private void commitChange(final String message) {
548548
public void execute() {
549549
Log.d(TAG, "Commiting with message " + message);
550550
Git git = new Git(this.repository);
551-
GitAsyncTask tasks = new GitAsyncTask(activity, true, true, this);
551+
GitAsyncTask tasks = new GitAsyncTask(activity, false, true, this);
552552
tasks.execute(
553553
git.add().addFilepattern("."),
554554
git.commit().setAll(true).setMessage(message)

0 commit comments

Comments
 (0)