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

Commit 97b2ccd1 authored by Brian Attwell's avatar Brian Attwell
Browse files

Revert "Fix name-suffix crash on rotation"

This reverts commit 32c91fdd.

Change-Id: I8d014c70e04b747545075e6b287a93a1126bf4aa
parent 32c91fdd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -155,7 +155,6 @@ 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));
        }