summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/contacts/editor/StructuredNameEditorView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/contacts/editor/StructuredNameEditorView.java b/src/com/android/contacts/editor/StructuredNameEditorView.java
index bf548f667..f9eef9445 100644
--- a/src/com/android/contacts/editor/StructuredNameEditorView.java
+++ b/src/com/android/contacts/editor/StructuredNameEditorView.java
@@ -155,6 +155,7 @@ public class StructuredNameEditorView extends TextFieldsEditorView {
mSnapshot.getContentValues().clear();
mSnapshot.setDisplayName(values.getDisplayName());
+ mSnapshot.setMimeType(StructuredPostal.CONTENT_ITEM_TYPE);
for (String field : structuredNameMap.keySet()) {
mSnapshot.getContentValues().put(field, structuredNameMap.get(field));
}