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

Commit 513f68bc authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am bfe20d1a: am 8bfba7df: Merge "fix wrong substring"

* commit 'bfe20d1a':
  fix wrong substring
parents 790d3403 bfe20d1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8362,7 +8362,7 @@ public final class ContactsContract {
                // Line contains the query string - now search for it at the start of tokens.
                List<String> lineTokens = new ArrayList<String>();
                List<Integer> tokenOffsets = new ArrayList<Integer>();
                split(contentLine.trim(), lineTokens, tokenOffsets);
                split(contentLine, lineTokens, tokenOffsets);

                // As we find matches against the query, we'll populate this list with the marked
                // (or unchanged) tokens.