am 0abf305d
: Merge branch \'eclair-plus-aosp\' of ssh://android-git.corp.google.com:29418/platform/packages/apps/Email into eclair-mr2-plus-aosp
Merge commit '0abf305d3333802dd6f36f56a6750cdf80fc4b74' * commit '0abf305d3333802dd6f36f56a6750cdf80fc4b74': Switch QuickContact presentation from MEDIUM to LARGE.
This commit is contained in:
commit
419431073d
@ -520,8 +520,8 @@ public class MessageView extends Activity implements OnClickListener {
|
||||
|
||||
if (lookupUri != null) {
|
||||
// Found matching contact, trigger QuickContact
|
||||
QuickContact.showQuickContact(this, mSenderPresenceView, lookupUri, QuickContact.MODE_MEDIUM,
|
||||
null);
|
||||
QuickContact.showQuickContact(this, mSenderPresenceView, lookupUri,
|
||||
QuickContact.MODE_LARGE, null);
|
||||
} else {
|
||||
// No matching contact, ask user to create one
|
||||
final Uri mailUri = Uri.fromParts("mailto", address, null);
|
||||
|
Loading…
Reference in New Issue
Block a user