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

Commit 723e2f66 authored by Brian Attwell's avatar Brian Attwell
Browse files

Fix for real this time.

Change-Id: I77e79da6a57d0a6d6b92807495ec66d8a137c6d7
parent 3c084241
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));
        }