therajanmaurya commented on a change in pull request #5: fix: toolbar title on
Dashboard Fragment
URL: https://github.com/apache/fineract-cn-mobile/pull/5#discussion_r194343383
##########
File path:
app/src/main/java/org/apache/fineract/ui/online/dashboard/DashboardFragment.java
##########
@@ -40,6 +40,7 @@ public View onCreateView(LayoutInflater inflater, @Nullable
ViewGroup container,
@Nullable Bundle savedInstanceState) {
rootView = inflater.inflate(R.layout.fragment_dashboard, container,
false);
ButterKnife.bind(this, rootView);
+ setToolbarTitle(getString(R.string.app_name));
Review comment:
Change app name to Dashboard
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services