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

Commit 437063a5 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Fix encoding of Uri for multi-vcard sending

Change-Id: I365449365d0a3aade17ccf3b3ed038dc7827257b
parent 85d591e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1472,7 +1472,7 @@ public class ContactsListActivity extends ListActivity implements View.OnCreateC
            for (;!cursor.isAfterLast(); cursor.moveToNext()) {
                if (index != 0)
                    uriListBuilder.append(':');
                uriListBuilder.append(Uri.encode(cursor.getString(0)));
                uriListBuilder.append(cursor.getString(0));
                index++;
            }
            Uri uri = Uri.withAppendedPath(