Revert "Add entry and cursor location in GetSuggestionRequest"
Revert submission 17128079-suggestionentry Reason for revert: test monitor determined it broke tests: b/223859070 Reverted Changes: I838896e2f:Add entry and cursor location in GetSuggestionRequ... Ic9f5dd35b:Add cursorLocation and entry to GetSuggestRequest Change-Id: I8a15f61c5ddb37b26d3e06de25f0d5b5b5c89abc
This commit is contained in:
@@ -58,7 +58,7 @@ public class DefaultAppSearchAlgorithm implements SearchAlgorithm<AdapterItem> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void doSearch(String query, int cursorLocation, SearchCallback<AdapterItem> callback) {
|
||||
public void doSearch(String query, SearchCallback<AdapterItem> callback) {
|
||||
mAppState.getModel().enqueueModelUpdateTask(new BaseModelUpdateTask() {
|
||||
@Override
|
||||
public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) {
|
||||
|
||||
Reference in New Issue
Block a user