Commit c26e1afd authored by Varun Patil's avatar Varun Patil

Show placeholder in about

parent ec9ae96c
......@@ -64,6 +64,7 @@ public class AboutCategory extends StatelessSection {
IndividualViewHolder individualViewHolder = (IndividualViewHolder) holder;
Picasso.get()
.load("https://insti.app/team-pics/" + individual.getImageName())
.placeholder(R.drawable.user_placeholder)
.resize(0, 300)
.into(individualViewHolder.pictureImageView);
individualViewHolder.nameTextView.setText(individual.getName());
......
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