public void b(User paramUser, boolean paramBoolean)
 {
   WebImageView localWebImageView = (WebImageView)findViewById(2131494089);
   String str = paramUser.getUserPhotoUrl();
   h.c(getContext()).a(str).a(2130837659).a(localWebImageView);
   if ((!paramBoolean) || (paramUser.getUserPhotoCount() > 0)) {
     findViewById(2131494090).setVisibility(4);
   }
   if ((paramBoolean) || ((!TextUtils.isEmpty(str)) && (paramUser.getUserPhotoCount() > 0))) {
     localWebImageView.setOnClickListener(new aa(this, EventIri.ProfileUserPhotos, paramUser));
   }
 }