Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
29b38d534f
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ public class SearchPhrase {
|
|||
List<String> unknownSearchWords = getUnknownSearchWords();
|
||||
|
||||
String wordToSearch = "";
|
||||
if (getUnknownSearchWordLength() > 1) {
|
||||
if (unknownSearchWords.size() > 0) {
|
||||
List<String> searchWords = new ArrayList<>(unknownSearchWords);
|
||||
searchWords.add(0, getUnknownSearchWord());
|
||||
Collections.sort(searchWords, new Comparator<String>() {
|
||||
|
|
Loading…
Reference in a new issue