am 2ae2175d: Put company editor field below other names (E12)
* commit '2ae2175d1835a945e9e3ad16a88825999ec10afd':
Put company editor field below other names (E12)
diff --git a/src/com/android/contacts/editor/CompactRawContactsEditorView.java b/src/com/android/contacts/editor/CompactRawContactsEditorView.java
index 656f25f..9d81276 100644
--- a/src/com/android/contacts/editor/CompactRawContactsEditorView.java
+++ b/src/com/android/contacts/editor/CompactRawContactsEditorView.java
@@ -145,13 +145,13 @@
private static final List<String> MIME_TYPE_ORDER = Arrays.asList(new String[] {
StructuredName.CONTENT_ITEM_TYPE,
Nickname.CONTENT_ITEM_TYPE,
+ Organization.CONTENT_ITEM_TYPE,
Phone.CONTENT_ITEM_TYPE,
SipAddress.CONTENT_ITEM_TYPE,
Email.CONTENT_ITEM_TYPE,
StructuredPostal.CONTENT_ITEM_TYPE,
Im.CONTENT_ITEM_TYPE,
Website.CONTENT_ITEM_TYPE,
- Organization.CONTENT_ITEM_TYPE,
Event.CONTENT_ITEM_TYPE,
Relation.CONTENT_ITEM_TYPE,
Note.CONTENT_ITEM_TYPE,