Skip to content

Commit

Permalink
Merge pull request #1633 from moneymanagerex/sync
Browse files Browse the repository at this point in the history
fix transaction status update shortcut
  • Loading branch information
guanlisheng authored Mar 21, 2024
2 parents 1bc966c + 7e4560b commit f8030d7
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -911,14 +911,6 @@ public void onClick(DialogInterface dialog, int position) {
// Create and show the AlertDialog
final AlertDialog dialog = builder.create();
dialog.show();

// Set an item click listener for the ListView inside the AlertDialog
dialog.getListView().setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
// Handle item click if needed
}
});
}

private void showDuplicateTransactionView(ArrayList<Integer> transIds) {
Expand Down

0 comments on commit f8030d7

Please sign in to comment.