OSDN Git Service

Fix a long line
authorDaniel Lehmann <lehmannd@google.com>
Fri, 12 Mar 2010 22:50:46 +0000 (14:50 -0800)
committerDaniel Lehmann <lehmannd@google.com>
Fri, 12 Mar 2010 22:50:46 +0000 (14:50 -0800)
Change-Id: Iee0fd9c7328211f55598625d70ee916ac27d04d0

src/com/android/contacts/ImportVCardActivity.java

index 1dd8df5..a8b3f1e 100644 (file)
@@ -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);