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

Commit aca9854a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix missing IME switcher icon (w/ a hardware keyboard)" into rvc-dev

parents fcaa94e2 5749b51f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);