mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Remove ALPHA_INDEX_IME_BUTTON_NAV
Taskbar already stashes when IME is showing, which hides the taskbar icons in 3 button mode. Hence this extra flag seems redundant and breaks Transient Taskbar, which allows unstashing taskbar over IME Test: Install 3P keyboard, swiping taskbar up over IME still shows icons Test: Connect physical keyboard, icons still hide in 3 button nav when the IME switcher is showing Fixes: 264723145 Change-Id: Iafb89e765668d70a1bfad2e136957a2ef8924514
This commit is contained in:
@@ -485,13 +485,6 @@ public class NavbarButtonsViewController implements TaskbarControllers.LoggableT
|
||||
return (mState & FLAG_IME_VISIBLE) != 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if IME switcher is visible
|
||||
*/
|
||||
public boolean isImeSwitcherVisible() {
|
||||
return (mState & FLAG_SWITCHER_SHOWING) != 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if the home button is disabled
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user