Update notification dots in Taskbar All Apps.

AllAppsStore already has the business logic for this, we just were not
piping along to it.

Test: Dismiss notification from tray while All Apps is open, and dot
should go away in All Apps.
Fix: 277925243

Change-Id: I29c5723fd77d22f683f5518bd6e2e3206ddee999
This commit is contained in:
Brian Isganitis
2023-04-12 13:59:03 -04:00
parent 643253d433
commit 44935cf678
2 changed files with 10 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ public class TaskbarPopupController implements TaskbarControllers.LoggableTaskba
if (folder != null) {
folder.iterateOverItems(op);
}
mControllers.taskbarAllAppsController.updateNotificationDots(updatedDots);
}
/**