Merge "Fix missing IME switcher icon (w/ a hardware keyboard)" into rvc-dev am: aca9854a66 am: 7c53dba761
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12182245 Change-Id: Id791d37bcdfe70cb2623559e9f7937c5f1e16249
This commit is contained in:
@@ -2942,7 +2942,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
|||||||
vis = 0;
|
vis = 0;
|
||||||
}
|
}
|
||||||
if (!mCurPerceptible) {
|
if (!mCurPerceptible) {
|
||||||
vis = 0;
|
vis &= ~InputMethodService.IME_VISIBLE;
|
||||||
}
|
}
|
||||||
// mImeWindowVis should be updated before calling shouldShowImeSwitcherLocked().
|
// mImeWindowVis should be updated before calling shouldShowImeSwitcherLocked().
|
||||||
final boolean needsToShowImeSwitcher = shouldShowImeSwitcherLocked(vis);
|
final boolean needsToShowImeSwitcher = shouldShowImeSwitcherLocked(vis);
|
||||||
|
|||||||
Reference in New Issue
Block a user