|
|
@ -103,6 +103,7 @@ public class PluginSearchManager implements AlphaFineSearchProcessor { |
|
|
|
if (jsonArray != null) { |
|
|
|
if (jsonArray != null) { |
|
|
|
SearchResult searchResult = new SearchResult(); |
|
|
|
SearchResult searchResult = new SearchResult(); |
|
|
|
for (int i = 0; i < jsonArray.length(); i++) { |
|
|
|
for (int i = 0; i < jsonArray.length(); i++) { |
|
|
|
|
|
|
|
AlphaFineHelper.checkCancel(); |
|
|
|
PluginModel cellModel = getPluginModel(jsonArray.optJSONObject(i), false); |
|
|
|
PluginModel cellModel = getPluginModel(jsonArray.optJSONObject(i), false); |
|
|
|
if (!AlphaFineHelper.getFilterResult().contains(cellModel)) { |
|
|
|
if (!AlphaFineHelper.getFilterResult().contains(cellModel)) { |
|
|
|
searchResult.add(cellModel); |
|
|
|
searchResult.add(cellModel); |
|
|
|