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

Commit 95d3538f authored by Brian Attwell's avatar Brian Attwell
Browse files

Fix name-suffix rotation crash, for real this time

This reverts commit 97b2ccd1.

Bug: 16558948
Change-Id: I736a55c33867e7442ac55417fcb2112c3d7d641d
parent 778988df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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));
        }