mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Only update local zss cache when Taskbar Toast already active." into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cdb56ea2e0
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user