Skip to content

Commit

Permalink
Merge pull request openMF#634 from aj019/Group_message_fix
Browse files Browse the repository at this point in the history
Fix: Toast message on Group creation not correct openMF#608
  • Loading branch information
therajanmaurya authored Apr 21, 2017
2 parents 4117139 + cafc8df commit aabf149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public void showOffices(List<Office> offices) {

@Override
public void showGroupCreatedSuccessfully(SaveResponse saveResponse) {
Toast.makeText(getActivity(), "Group" + MifosResponseHandler.getResponse(),
Toast.makeText(getActivity(), "Group " + MifosResponseHandler.getResponse(),
Toast.LENGTH_LONG).show();
getActivity().getSupportFragmentManager().popBackStack();
if (PrefManager.getUserStatus() == Constants.USER_ONLINE) {
Expand Down

0 comments on commit aabf149

Please sign in to comment.