restored сode
This commit is contained in:
parent
41f4c72733
commit
541138a026
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ public class QuickSearchListAdapter extends ArrayAdapter<QuickSearchListItem> {
|
|||
String searchPhrase = searchUICore.getPhrase().getText(true);
|
||||
SearchPhrase.NameStringMatcher nm = new SearchPhrase.NameStringMatcher(searchPhrase,
|
||||
CollatorStringMatcher.StringMatcherMode.CHECK_EQUALS_FROM_SPACE);
|
||||
|
||||
for (int i = 0; i < synonyms.length; i++) {
|
||||
if (nm.matches(synonyms[i])) {
|
||||
desc = listItem.getTypeName() + " (" + synonyms[i] + ")";
|
||||
|
|
Loading…
Reference in a new issue