Ejemplo n.º 1
0
 public void onGetUserIdComplete(String paramString1, int paramInt, String paramString2, long paramLong)
 {
   if (paramLong > 0L)
   {
     ProfileFragment.access$602(ProfileFragment.this, paramLong);
     ProfileFragment localProfileFragment = ProfileFragment.this;
     if (ProfileFragment.this.mUserId == ProfileFragment.this.mAppController.getActiveId());
     for (boolean bool = true; ; bool = false)
     {
       ProfileFragment.access$102(localProfileFragment, bool);
       if (!ProfileFragment.this.mIsMe)
         break;
       ProfileFragment.access$1102(ProfileFragment.this, Util.getDefaultSharedPrefs(ProfileFragment.this.getActivity()).getBoolean("profile_hide_reposts", false));
       ProfileFragment.this.setup();
       ProfileFragment.this.initProfile();
       return;
     }
     ProfileFragment.this.mAppController.getBlockedUsers();
     ProfileFragment.this.getLoaderManager().restartLoader(3, null, ProfileFragment.this);
     return;
   }
   ProfileFragment.this.getActivity().finish();
 }