Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6bf4c25 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

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
parent fd35baa3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
        }