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

Commit 8bfba7df authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android code review
Browse files

Merge "fix wrong substring"

parents 322b0a16 08bab56f
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.