Ejemplo n.º 1
0
 public void onGetUsersMeComplete(String paramString1, int paramInt, String paramString2, long paramLong, VineUser paramVineUser)
 {
   PendingRequest localPendingRequest = ProfileFragment.this.removeRequest(paramString1);
   if (localPendingRequest != null)
   {
     if ((paramInt == 200) && (ProfileFragment.this.mIsMe))
     {
       ProfileFragment.access$202(ProfileFragment.this, paramVineUser);
       if (paramVineUser != null)
       {
         ProfileFragment.this.bindUserData(paramVineUser);
         ProfileFragment.this.mProfileHeaderAdapter.notifyDataSetChanged();
       }
     }
     ProfileFragment.this.hideProgress(localPendingRequest.fetchType);
   }
 }