Merge "Show proper quick contact mode."

This commit is contained in:
Ben Komalo 2011-07-17 16:40:37 -07:00 committed by Android (Google) Code Review
commit 64a6a1f488

View File

@ -681,7 +681,7 @@ public abstract class MessageViewFragmentBase extends Fragment implements View.O
if (mQuickContactLookupUri != null) {
QuickContact.showQuickContact(mContext, mFromBadge, mQuickContactLookupUri,
QuickContact.MODE_LARGE, null);
QuickContact.MODE_MEDIUM, null);
} else {
// No matching contact, ask user to create one
final Uri mailUri = Uri.fromParts("mailto", senderEmail.getAddress(), null);