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

Commit 9b1a1247 authored by Evan Millar's avatar Evan Millar
Browse files

Adjust to new ContactHeaderWidget api.

Change-Id: Ia56c026d4fba16d4846e794229ec41611792ac4b
parent 89d34862
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() {