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

Commit 3c084241 authored by Brian Attwell's avatar Brian Attwell Committed by Android (Google) Code Review
Browse files

Merge "Fix name-suffix rotation crash, for real this time" into lmp-dev

parents 256b1ac1 95d3538f
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));
        }