Skip to content

Commit

Permalink
Merge pull request #1056 from PraneethVankayala/master
Browse files Browse the repository at this point in the history
fix: Wrong Toolbar title in Savings Account summary
  • Loading branch information
AbhilashG97 committed Jun 17, 2020
2 parents 511f680 + 9f91dca commit ce09979
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public void onCreate(Bundle savedInstanceState) {
savingsAccountType = getArguments().getParcelable(Constants.SAVINGS_ACCOUNT_TYPE);
parentFragment = getArguments().getBoolean(Constants.IS_A_PARENT_FRAGMENT);
}
inflateSavingsAccountSummary();
setHasOptionsMenu(true);
}

Expand Down

0 comments on commit ce09979

Please sign in to comment.