diff --git a/quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsController.java b/quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsController.java index 02d9d95b02..cf0b36af02 100644 --- a/quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsController.java +++ b/quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsController.java @@ -112,9 +112,6 @@ public final class TaskbarAllAppsController { /** Updates the current search suggestions. */ public void setZeroStateSearchSuggestions(List zeroStateSearchSuggestions) { mZeroStateSearchSuggestions = zeroStateSearchSuggestions; - if (mSearchSessionController != null) { - mSearchSessionController.setZeroStateSearchSuggestions(zeroStateSearchSuggestions); - } } /** Updates the current notification dots. */