commit | 723e2f667d8a306d48e2948d006527c718083111 | [log] [tgz] |
---|---|---|
author | Brian Attwell <brianattwell@google.com> | Mon Jul 28 14:44:49 2014 -0700 |
committer | Brian Attwell <brianattwell@google.com> | Mon Jul 28 14:45:37 2014 -0700 |
tree | ec1cb036d2c08d6cb7ee8c7a424fb3b05786b826 | |
parent | 3c084241448870866f42e1f7118710c511842028 [diff] |
Fix for real this time. Change-Id: I77e79da6a57d0a6d6b92807495ec66d8a137c6d7
diff --git a/src/com/android/contacts/editor/StructuredNameEditorView.java b/src/com/android/contacts/editor/StructuredNameEditorView.java index f9eef94..3408435 100644 --- a/src/com/android/contacts/editor/StructuredNameEditorView.java +++ b/src/com/android/contacts/editor/StructuredNameEditorView.java
@@ -155,7 +155,7 @@ mSnapshot.getContentValues().clear(); mSnapshot.setDisplayName(values.getDisplayName()); - mSnapshot.setMimeType(StructuredPostal.CONTENT_ITEM_TYPE); + mSnapshot.setMimeType(StructuredName.CONTENT_ITEM_TYPE); for (String field : structuredNameMap.keySet()) { mSnapshot.getContentValues().put(field, structuredNameMap.get(field)); }