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

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

am 104bf0ac: am f7483e59: am d37af1cf: Encode read-only lookupKeys twice so...

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

* commit '104bf0ac':
  Encode read-only lookupKeys twice so multi vcard URI can split on :
parents 4f14cf9a 104bf0ac
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(