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

Commit 60662b03 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

The API for phone lookup has changed - updating Contact Header accordingly.

parent 1c1629da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ public class ContactHeaderWidget extends FrameLayout implements View.OnClickList

    //Projection used for looking up contact id from phone number
    protected static final String[] PHONE_LOOKUP_PROJECTION = new String[] {
        RawContacts.CONTACT_ID,
        PhoneLookup._ID,
    };
    protected static final int PHONE_LOOKUP_CONTACT_ID_COLUMN_INDEX = 0;