mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Moving predicted apps callbacks to use ComponentKey.
Bug: 21270185 Change-Id: If2d9dd77235e7a96de96a1a5441a589ef8a72a7f
This commit is contained in:
@@ -207,7 +207,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
|
||||
/**
|
||||
* Sets the current set of predicted apps.
|
||||
*/
|
||||
public void setPredictedApps(List<ComponentName> apps) {
|
||||
public void setPredictedApps(List<ComponentKey> apps) {
|
||||
mApps.setPredictedApps(apps);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user