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

Unverified Commit 88dc4ba5 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 8f488429
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -666,7 +666,8 @@ public class NavigationBarView extends FrameLayout {
        // 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();