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

This commit is contained in:
Mindy Pereira 2011-11-09 15:04:41 -08:00 committed by Android (Google) Code Review
commit 69fc89b118

View File

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