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

Commit 68767123 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Fix a long line

Change-Id: Iee0fd9c7328211f55598625d70ee916ac27d04d0
parent 61f6cf74
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -282,9 +282,9 @@ public class ImportVCardActivity extends Activity {
                            if (createdUri != null) {
                                // get contact_id of this raw_contact
                                final long rawContactId = ContentUris.parseId(createdUri);
                                Uri contactUri = RawContacts.getContactLookupUri(getContentResolver(),
                                        ContentUris.withAppendedId(RawContacts.CONTENT_URI,
                                                rawContactId));
                                Uri contactUri = RawContacts.getContactLookupUri(
                                        getContentResolver(), ContentUris.withAppendedId(
                                                RawContacts.CONTENT_URI, rawContactId));

                                Intent viewIntent = new Intent(Intent.ACTION_VIEW, contactUri);
                                startActivity(viewIntent);