Skip to content

Commit

Permalink
// Close issue moneymanagerex#1706
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfsolver committed Jul 27, 2024
1 parent c9d12f5 commit 31aacce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ private void startRecurringTransactionEditActivity(Integer billDepositsId, int p
intent.setAction(Intent.ACTION_INSERT);
}
// launch activity
startActivityForResult(intent, purposeCode);
// startActivityForResult(intent, purposeCode);
startActivity(intent); // Close issue #1706
}
}

0 comments on commit 31aacce

Please sign in to comment.