Revert "Removing some unused code from All-Apps"
Revert submission 17866780-cancel-request Reason for revert: wrong icons Reverted Changes: Iedc98e5ef:Cancelling previous request and clearing UI when a... I72394fb42:Removing some unused code from All-Apps Change-Id: I2ecefcaf07e6105a10f86b8dc19f75089e45a3e0
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);
|
||||
AdapterItem appItem = AdapterItem.asApp(resultCount, "", info, resultCount);
|
||||
result.add(appItem);
|
||||
resultCount++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user