Skip to content

Commit

Permalink
Fix new transaction widget when click cancel come back in main activity
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroLazzari committed Feb 2, 2015
1 parent 37d6aac commit 8fdce8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/money/manager/ex/CheckingAccountActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ public void onFinishedInputAmountDialog(int id, Double amount) {
@Override
public boolean onActionCancelClick() {
finish();
return super.onActionCancelClick();
return true;
}

@Override
Expand Down

0 comments on commit 8fdce8b

Please sign in to comment.