commit | 9b1a1247a29e6a3f402f785440a796d535d991ea | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Wed Sep 16 10:26:10 2009 -0700 |
committer | Evan Millar <emillar@google.com> | Wed Sep 16 10:26:10 2009 -0700 |
tree | c8a8cc2c974f24f6dea839ab723f629e42cd64ce | |
parent | 89d34862e313f8b57f58475e7bb1840c9e5c48bf [diff] |
Adjust to new ContactHeaderWidget api. Change-Id: Ia56c026d4fba16d4846e794229ec41611792ac4b
diff --git a/src/com/android/contacts/ViewContactActivity.java b/src/com/android/contacts/ViewContactActivity.java index d2328ee..1e51cb9 100644 --- a/src/com/android/contacts/ViewContactActivity.java +++ b/src/com/android/contacts/ViewContactActivity.java
@@ -441,7 +441,7 @@ mHandler.startQueryEntities(TOKEN_QUERY, null, RawContacts.CONTENT_URI, RawContacts.CONTACT_ID + "=" + contactId, null, null); - mContactHeaderWidget.bindFromContactId(ContentUris.parseId(mUri)); + mContactHeaderWidget.bindFromContactLookupUri(mLookupUri); } private void closeCursor() {