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

Commit 7c53dba7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12182245

Change-Id: Iec54c460edb144e4ff96dec165ebee65de73add4
parents 62b56170 aca9854a
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);