commit | 97b2ccd1e32457382dd5ce7c0ee2a3ab485d8be9 | [log] [tgz] |
---|---|---|
author | Brian Attwell <brianattwell@google.com> | Mon Jul 28 21:38:33 2014 +0000 |
committer | Brian Attwell <brianattwell@google.com> | Mon Jul 28 21:38:33 2014 +0000 |
tree | 41864456cd5447c397685b935ba80e7b6f0ad2e8 | |
parent | 32c91fdd680c55836e235255fbb5bdba27cb9ca6 [diff] |
Revert "Fix name-suffix crash on rotation" This reverts commit 32c91fdd680c55836e235255fbb5bdba27cb9ca6. Change-Id: I8d014c70e04b747545075e6b287a93a1126bf4aa
diff --git a/src/com/android/contacts/editor/StructuredNameEditorView.java b/src/com/android/contacts/editor/StructuredNameEditorView.java index f9eef94..bf548f6 100644 --- a/src/com/android/contacts/editor/StructuredNameEditorView.java +++ b/src/com/android/contacts/editor/StructuredNameEditorView.java
@@ -155,7 +155,6 @@ 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)); }