Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9625d4bb authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25294 into eclair

* changes:
  Adjust to new ContactHeaderWidget api.
parents 87ca9541 9b1a1247
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@ public class ViewContactActivity extends Activity
        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() {