Show proper quick contact mode.

- doesn't repeat the name
- shows status and right icons instead

Bug: 5039507
Change-Id: Id86d84a8ed54032f283454c83212ae962e8fc179
This commit is contained in:
Ben Komalo 2011-07-17 16:24:18 -07:00
parent 14ea7d7bbc
commit 6b4a20730f

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);