public boolean onOptionsItemSelected(MenuItem paramMenuItem)
 {
   boolean bool = true;
   switch (paramMenuItem.getItemId())
   {
   default:
     bool = super.onOptionsItemSelected(paramMenuItem);
   case 2131362197:
   case 2131362198:
   case 2131362199:
   case 2131362200:
   }
   do
   {
     return bool;
     if (this.mIsUserBlocked)
     {
       this.mAppController.unblockUser(this.mUserId);
       return bool;
     }
     this.mAppController.blockUser(this.mUserId);
     return bool;
     addRequest(this.mAppController.reportPerson(this.mUserId));
     return bool;
     if (this.mRepostsEnabled)
     {
       this.mAppController.disableReposts(this.mUserId);
       return bool;
     }
     this.mAppController.enableReposts(this.mUserId);
     return bool;
   }
   while ((this.mUser == null) || (this.mIsMe));
   FlurryUtils.trackShareProfile();
   Intent localIntent = new Intent("android.intent.action.VIEW");
   localIntent.setType("vnd.android-dir/mms-sms");
   int i = Util.getShareProfileMessageId();
   Object[] arrayOfObject = new Object[2];
   arrayOfObject[0] = this.mUser.username;
   arrayOfObject[bool] = String.valueOf(this.mUser.userId);
   localIntent.putExtra("sms_body", getString(i, arrayOfObject));
   startActivity(Intent.createChooser(localIntent, getString(2131624272)));
   return bool;
 }