Resolve merge conflicts

Change-Id: I2d6c1adf2d4cdc1eb1329f5e78cdf5c6f3195aeb
diff --git a/src/com/android/contacts/views/editor/ContactEditorFragment.java b/src/com/android/contacts/views/editor/ContactEditorFragment.java
index 7418e8b..acde05c 100644
--- a/src/com/android/contacts/views/editor/ContactEditorFragment.java
+++ b/src/com/android/contacts/views/editor/ContactEditorFragment.java
@@ -1017,6 +1017,9 @@
 
             int value;
             if (!skipAccountTypeCheck) {
+                if (oneSource.accountType == null) {
+                    return 1;
+                }
                 value = oneSource.accountType.compareTo(twoSource.accountType);
                 if (value != 0) {
                     return value;
@@ -1360,4 +1363,4 @@
     public Uri getUri() {
         return mUri;
     }
-}
\ No newline at end of file
+}