Merge "Only update local zss cache when Taskbar Toast already active." into udc-qpr-dev

This commit is contained in:
Brian Isganitis
2023-07-06 18:03:55 +00:00
committed by Android (Google) Code Review

View File

@@ -112,9 +112,6 @@ public final class TaskbarAllAppsController {
/** Updates the current search suggestions. */
public void setZeroStateSearchSuggestions(List<ItemInfo> zeroStateSearchSuggestions) {
mZeroStateSearchSuggestions = zeroStateSearchSuggestions;
if (mSearchSessionController != null) {
mSearchSessionController.setZeroStateSearchSuggestions(zeroStateSearchSuggestions);
}
}
/** Updates the current notification dots. */