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

Commit f9fafe7a authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Fix ime switcher not showing for 3-button nav" into tm-qpr-dev

parents ce12869f 804feb76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ public class NavbarButtonsViewController implements TaskbarControllers.LoggableT
                    isThreeButtonNav ? mStartContextualContainer : mEndContextualContainer,
                    mControllers.navButtonController, R.id.ime_switcher);
            mPropertyHolders.add(new StatePropertyHolder(imeSwitcherButton,
                    flags -> ((flags & MASK_IME_SWITCHER_VISIBLE) == MASK_IME_SWITCHER_VISIBLE)
                    flags -> ((flags & MASK_IME_SWITCHER_VISIBLE) != 0)
                            && ((flags & FLAG_ROTATION_BUTTON_VISIBLE) == 0)));
        }