am 5b26bbe4
: Switch QuickContact presentation from MEDIUM to LARGE.
Merge commit '5b26bbe4551ca095697f07eca7d09b24573cba11' into eclair-mr2 * commit '5b26bbe4551ca095697f07eca7d09b24573cba11': Switch QuickContact presentation from MEDIUM to LARGE.
This commit is contained in:
commit
ec7bdde6a5
@ -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