Fix TaskbarAllApps Icon

Test: Manual, UX
Bug: 415836854
Flag: EXEMPT bugfix
Change-Id: I8b305ce35e0a6b73559f73083a0ca9b025043e8c
This commit is contained in:
Jagrut Desai
2025-05-07 13:50:35 -07:00
parent fe0dcb9087
commit bc28b98b8f
8 changed files with 56 additions and 12 deletions
@@ -1355,6 +1355,10 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
return layoutTransition;
}
public boolean isTaskbarInMinimalState() {
return mTaskbarView.isTaskbarInMinimalState();
}
/**
* To be called when the given Task is updated, so that we can tell TaskbarView to also update.
* @param task The Task whose e.g. icon changed.