Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cc1ba71 authored by Brian Attwell's avatar Brian Attwell Committed by Android Git Automerger
Browse files

am 723e2f66: Fix for real this time.

* commit '723e2f66':
  Fix for real this time.
parents 93e5b8df 723e2f66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ public class StructuredNameEditorView extends TextFieldsEditorView {

        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));
        }