Merge "Fix missing IME switcher icon (w/ a hardware keyboard)"
This commit is contained in:
committed by
Android (Google) Code Review
commit
5e75662fe4
@@ -2942,7 +2942,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
vis = 0;
|
||||
}
|
||||
if (!mCurPerceptible) {
|
||||
vis = 0;
|
||||
vis &= ~InputMethodService.IME_VISIBLE;
|
||||
}
|
||||
// mImeWindowVis should be updated before calling shouldShowImeSwitcherLocked().
|
||||
final boolean needsToShowImeSwitcher = shouldShowImeSwitcherLocked(vis);
|
||||
|
||||
Reference in New Issue
Block a user