Guest User

Untitled

a guest
May 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if(map.get("profileImageUrl")!=null){
  2. profileImageUrl = map.get("profileImageUrl").toString();
  3. Glide.with(SettingsActivity.this).load(profileImageUrl).into(mProfileImage);
  4. }
Add Comment
Please, Sign In to add comment