Skip to content
Snippets Groups Projects
Commit 20131890 authored by Nick's avatar Nick :v: Committed by Dhina17
Browse files

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

Change-Id: I930d9dcb23756aafbf9048066455b5fc5a280e17
parent 961bf332
No related branches found
No related tags found
No related merge requests found
......@@ -667,7 +667,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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment