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

Commit d9a85118 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...

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

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

Change-Id: I76b45b48cbc04e4b239bb1e3e1ed01303a6278bb
parents 7249ed09 7c53dba7
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);