Merge "3 button nav is laid out correctly." into main

This commit is contained in:
Mykola Podolian
2024-10-04 20:01:58 +00:00
committed by Android (Google) Code Review
5 changed files with 63 additions and 28 deletions
@@ -159,7 +159,9 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
private final View.OnLayoutChangeListener mTaskbarViewLayoutChangeListener =
(v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> {
updateTaskbarIconTranslationXForPinning();
mControllers.navbarButtonsViewController.onTaskbarLayoutChanged();
if (BubbleBarController.isBubbleBarEnabled()) {
mControllers.navbarButtonsViewController.onLayoutsUpdated();
}
};
// Animation to align icons with Launcher, created lazily. This allows the controller to be