Commit 94569079 authored by Sajal Narang's avatar Sajal Narang

Replace training blog by internship blog

parent 74820bfd
...@@ -306,7 +306,7 @@ public class BodyFragment extends BackHandledFragment { ...@@ -306,7 +306,7 @@ public class BodyFragment extends BackHandledFragment {
/* Get users from roles */ /* Get users from roles */
final List<Role> roles = body.getBodyRoles(); final List<Role> roles = body.getBodyRoles();
final List<User> users = new ArrayList(); final List<User> users = new ArrayList<>();
for (Role role : roles) { for (Role role : roles) {
if (role.getRoleUsersDetail() != null) { if (role.getRoleUsersDetail() != null) {
for (User user : role.getRoleUsersDetail()) { for (User user : role.getRoleUsersDetail()) {
......
...@@ -67,7 +67,7 @@ public class TrainingBlogFragment extends BaseFragment { ...@@ -67,7 +67,7 @@ public class TrainingBlogFragment extends BaseFragment {
super.onStart(); super.onStart();
Toolbar toolbar = getActivity().findViewById(R.id.toolbar); Toolbar toolbar = getActivity().findViewById(R.id.toolbar);
toolbar.setTitle("Training Blog"); toolbar.setTitle("Internship Blog");
setHasOptionsMenu(true); setHasOptionsMenu(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment