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

Commit 24f07863 authored by cytown's avatar cytown Committed by Steve Kondik
Browse files

Fix NPE

Change-Id: I7dbe5705b76ba54dc0dd9bc00051406e83ed7df6
parent 7b0effea
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1370,6 +1370,9 @@ public final class EditContactActivity extends Activity

        int value;
        if (!skipAccountTypeCheck) {
            if (oneSource.accountType == null) {
                return 1;
            }
            value = oneSource.accountType.compareTo(twoSource.accountType);
            if (value != 0) {
                return value;