Update nav button color when nav button layout changes

Bug: 288311605
Test: Rotate the screen in small screen, make sure the button colors are correct
Change-Id: I36ae980fbe239ea4e1ebb63200ee876b690cf218
This commit is contained in:
Tracy Zhou
2023-08-01 11:14:27 -07:00
parent fd35baa3f8
commit a6bf4c25c8

View File

@@ -736,6 +736,7 @@ public class NavbarButtonsViewController implements TaskbarControllers.LoggableT
dp, mNavButtonsView, res, isInKidsMode, isInSetup, isThreeButtonNav,
TaskbarManager.isPhoneMode(dp), mDisplayController.getInfo().rotation);
navButtonLayoutter.layoutButtons(dp, isContextualButtonShowing());
updateNavButtonColor();
return;
}