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

Commit fa238949 authored by Brian Attwell's avatar Brian Attwell
Browse files

Add comment about ignoring large data ids

Bug: 16191530
Change-Id: Icee092e6d0c37212a4b36b3e7be5246a98e82bb8
parent f848c49c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1310,6 +1310,7 @@ public class QuickContactActivity extends ContactsActivity {
            return null;
            return null;
        }
        }


        // Ignore dataIds from the Me profile.
        final int dataId = dataItem.getId() > Integer.MAX_VALUE ?
        final int dataId = dataItem.getId() > Integer.MAX_VALUE ?
                -1 : (int) dataItem.getId();
                -1 : (int) dataItem.getId();