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

Commit becaba26 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "fix wrong substring" into jellybean

parents 655af860 af93f309
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.