Removing predicted apps reset on every onResume

Predicted apps should be pushed by the called whenever they change
instead of Launcher polling them on every UI update.

Bug: 67305604
Change-Id: Ibd3d809b09b7d8fd39036f69367e8580fb90dcef
This commit is contained in:
Sunny Goyal
2017-10-04 10:40:28 -07:00
parent 0474222c25
commit d0d0703399
5 changed files with 8 additions and 56 deletions

View File

@@ -114,13 +114,6 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
}
}
/**
* Sets the current set of predicted apps.
*/
public void setPredictedApps(List<ComponentKeyMapper<AppInfo>> apps) {
mApps.setPredictedApps(apps);
}
/**
* Sets the current set of apps.
*/