mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Merge "Remove ALPHA_INDEX_IME_BUTTON_NAV" into tm-qpr-dev
This commit is contained in:
@@ -486,13 +486,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