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

Commit 19ce778a authored by Brian Attwell's avatar Brian Attwell Committed by Android Git Automerger
Browse files

am 256b1ac1: Merge "Revert "Fix name-suffix crash on rotation"" into lmp-dev

* commit '256b1ac1':
  Revert "Fix name-suffix crash on rotation"
parents f78e42a2 256b1ac1
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));
        }