Revert^2 "Removing some unused code from All-Apps"
13ae6784b5
Change-Id: I06a4c9cc6beba4fc87b4a9375872c68e71e1c5f6
This commit is contained in:
@@ -85,7 +85,7 @@ public class DefaultAppSearchAlgorithm implements SearchAlgorithm<AdapterItem> {
|
||||
for (int i = 0; i < total && resultCount < MAX_RESULTS_COUNT; i++) {
|
||||
AppInfo info = apps.get(i);
|
||||
if (StringMatcherUtility.matches(queryTextLower, info.title.toString(), matcher)) {
|
||||
AdapterItem appItem = AdapterItem.asApp(resultCount, "", info, resultCount);
|
||||
AdapterItem appItem = AdapterItem.asApp(resultCount, info);
|
||||
result.add(appItem);
|
||||
resultCount++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user