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

Commit 45570532 authored by Danesh M's avatar Danesh M Committed by Roman Birg
Browse files

SystemUI : Toggle nav item visibility based on IME

If the user has a permanent visible item such as search in the right most
small icon, when the user has the keyboard up, the ime switcher overlaps.

http://jira.cyanogenmod.org/browse/BACON-3896

Change-Id: Iba18340d75124cbc1f0207cbb3de40b91b5eb47b
parent e61da47a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -559,6 +559,7 @@ public class NavigationBarView extends LinearLayout {
                StatusBarManager.NAVIGATION_HINT_IME_SHOWN) == 0;
        setButtonWithTagVisibility(NavbarEditor.NAVBAR_ALWAYS_MENU, shouldShowAlwaysMenu);
        setButtonWithTagVisibility(NavbarEditor.NAVBAR_CONDITIONAL_MENU, shouldShow);
        setButtonWithTagVisibility(NavbarEditor.NAVBAR_SEARCH, shouldShowAlwaysMenu);
    }

    @Override