Skip to content

Commit

Permalink
Fix: #934 Back to the list activity after adding a new beneficiary (#936
Browse files Browse the repository at this point in the history
)
  • Loading branch information
letelete authored and Saksham Handu committed Dec 20, 2018
1 parent 72cb86a commit 552a57a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@ private void submitUpdateBeneficiaryApplication() {
@Override
public void showBeneficiaryCreatedSuccessfully() {
Toaster.show(rootView, getString(R.string.beneficiary_created_successfully));
getActivity().getSupportFragmentManager().popBackStack();
getActivity().getSupportFragmentManager().popBackStack();
getActivity().finish();
}

/**
Expand Down

0 comments on commit 552a57a

Please sign in to comment.