Loading src/com/android/contacts/editor/CompactRawContactsEditorView.java +3 −1 Original line number Diff line number Diff line Loading @@ -369,8 +369,10 @@ public class CompactRawContactsEditorView extends LinearLayout implements View.O rawContactDelta, StructuredName.CONTENT_ITEM_TYPE, dataKind); if (superPrimaryValuesDelta != null) { // Our first preference is for a non-empty super primary name final NameEditorListener nameEditorListener = new NameEditorListener( superPrimaryValuesDelta, rawContactDelta.getRawContactId(), mListener); mNames.addView(inflateStructuredNameEditorView(mNames, accountType, superPrimaryValuesDelta, rawContactDelta, /* nameEditorListener =*/ null)); superPrimaryValuesDelta, rawContactDelta, nameEditorListener)); return; } } Loading Loading
src/com/android/contacts/editor/CompactRawContactsEditorView.java +3 −1 Original line number Diff line number Diff line Loading @@ -369,8 +369,10 @@ public class CompactRawContactsEditorView extends LinearLayout implements View.O rawContactDelta, StructuredName.CONTENT_ITEM_TYPE, dataKind); if (superPrimaryValuesDelta != null) { // Our first preference is for a non-empty super primary name final NameEditorListener nameEditorListener = new NameEditorListener( superPrimaryValuesDelta, rawContactDelta.getRawContactId(), mListener); mNames.addView(inflateStructuredNameEditorView(mNames, accountType, superPrimaryValuesDelta, rawContactDelta, /* nameEditorListener =*/ null)); superPrimaryValuesDelta, rawContactDelta, nameEditorListener)); return; } } Loading