am 69fc89b1: Merge "The quick contact should only open when the usr taps the photo." into ics-mr1

* commit '69fc89b118f1da9bb97b3a2c8284bf9f70f7e844':
  The quick contact should only open when the usr taps the photo.
This commit is contained in:
Mindy Pereira 2011-11-10 16:14:58 +00:00 committed by Android Git Automerger
commit 4ce8274b86

View File

@ -959,10 +959,7 @@ public abstract class MessageViewFragmentBase extends Fragment implements View.O
return; // Ignore. return; // Ignore.
} }
switch (view.getId()) { switch (view.getId()) {
case R.id.from_name:
case R.id.from_address:
case R.id.badge: case R.id.badge:
case R.id.presence:
onClickSender(); onClickSender();
break; break;
case R.id.load: case R.id.load: