mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Refactor allapps.search package to depend on ActivityContext.
Test: Manual Bug: 216683257 Change-Id: I6230498b24380b37531f8a83db1dc768270e708a
This commit is contained in:
@@ -103,11 +103,6 @@ public class ActivityAllAppsContainerView<T extends BaseDraggingActivity> extend
|
||||
}
|
||||
}
|
||||
|
||||
/** Handles selection on focused view and returns {@code true} on success. */
|
||||
public boolean launchHighlightedItem() {
|
||||
return getMainAdapterProvider().launchHighlightedItem();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected SearchAdapterProvider<?> createMainAdapterProvider() {
|
||||
return mActivityContext.createSearchAdapterProvider(this);
|
||||
|
||||
Reference in New Issue
Block a user