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:
parent
14ea7d7bbc
commit
6b4a20730f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user