Renaming CONTAINER_PREDICTION to CONTAINER_ALL_APPS_PREDICTION
This avoids confusion with CONTAINER_HOTSEAT_PREDICTION Bug: 390572144 Flag: EXEMPT refactor Test: Presubmit Change-Id: I0e110e2884dd0566bd2e621e60e7458605b9bad7
This commit is contained in:
@@ -542,7 +542,7 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer,
|
||||
|
||||
@Override
|
||||
public void bindExtraContainerItems(FixedContainerItems item) {
|
||||
if (item.containerId == Favorites.CONTAINER_PREDICTION) {
|
||||
if (item.containerId == Favorites.CONTAINER_ALL_APPS_PREDICTION) {
|
||||
mAllAppsPredictions = item;
|
||||
PredictionRowView<?> predictionRowView =
|
||||
getAppsView().getFloatingHeaderView().findFixedRowByType(
|
||||
|
||||
Reference in New Issue
Block a user