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

Commit f7483e59 authored by Walter Jang's avatar Walter Jang Committed by Android Git Automerger
Browse files

am d37af1cf: Encode read-only lookupKeys twice so multi vcard URI can split on :

* commit 'd37af1cf':
  Encode read-only lookupKeys twice so multi vcard URI can split on :
parents b3ccafd5 d37af1cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1246,7 +1246,7 @@ public class PeopleActivity extends ContactsActivity implements
            final Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
            final Uri lookupUri = Contacts.getLookupUri(getContentResolver(), contactUri);
            List<String> pathSegments = lookupUri.getPathSegments();
            uriListBuilder.append(pathSegments.get(pathSegments.size() - 2));
            uriListBuilder.append(Uri.encode(pathSegments.get(pathSegments.size() - 2)));
            firstIteration = false;
        }
        final Uri uri = Uri.withAppendedPath(