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

Commit 4490e9e7 authored by nift4's avatar nift4 Committed by Michael Bestas
Browse files

SystemUI: show ime switcher + cursor keys if we have space

Change-Id: I930d9dcb23756aafbf9048066455b5fc5a280e17
parent dea53c93
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -657,7 +657,8 @@ public class NavigationBarView extends FrameLayout implements TunerService.Tunab
        // Update IME button visibility, a11y and rotate button always overrides the appearance
        boolean disableImeSwitcher =
                (mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_IME_SWITCHER_SHOWN) == 0
                || isImeRenderingNavButtons() || !disableCursorKeys;
                || isImeRenderingNavButtons()
                || (!QuickStepContract.isSwipeUpMode(mNavBarMode) && !disableCursorKeys);
        mContextualButtonGroup.setButtonVisibility(R.id.ime_switcher, !disableImeSwitcher);

        mBarTransitions.reapplyDarkIntensity();