Skip to content

Commit

Permalink
Clear error indicator upon payer selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
inguin committed Sep 11, 2012
1 parent 15aad28 commit dac8d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ivl/android/moneybalance/ExpenseEditorActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ public void onClick(DialogInterface dialog, int i) {
Person payer = persons.get(i);
expense.setPersonId(payer.getId());
updatePayer();
payerView.setError(null);
dismiss();
}
});
Expand Down

0 comments on commit dac8d3d

Please sign in to comment.