diff --git a/src/com/android/launcher3/allapps/PredictionRowView.java b/src/com/android/launcher3/allapps/PredictionRowView.java index 30c30c8c46..1aee948e55 100644 --- a/src/com/android/launcher3/allapps/PredictionRowView.java +++ b/src/com/android/launcher3/allapps/PredictionRowView.java @@ -111,6 +111,7 @@ public class PredictionRowView extends LinearLayout { public void setPredictedApps(List> apps) { mPredictedAppComponents.clear(); mPredictedAppComponents.addAll(apps); + mPredictedApps.clear(); mPredictedApps.addAll(processPredictedAppComponents(mPredictedAppComponents)); onAppsUpdated(); }