mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user