Added comment

This commit is contained in:
M66B
2021-09-06 22:40:05 +02:00
parent 640eff97d0
commit e9916c501c

View File

@@ -1115,6 +1115,7 @@ public class FragmentCompose extends FragmentBase {
if (l != 0)
return l;
} else {
// Prefer Android contacts
int a = -Boolean.compare(i1.id == 0, i2.id == 0);
if (a != 0)
return a;