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

Commit 79d0c080 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Revert "Fix IMMS#mInputShown state inconsistency."" into mnc-dev

parents b3fa8bf2 6640d21b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1704,7 +1704,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                    vis = 0;
                }
                mImeWindowVis = vis;
                mInputShown = ((mImeWindowVis & InputMethodService.IME_VISIBLE) != 0);
                mBackDisposition = backDisposition;
                // mImeWindowVis should be updated before calling shouldShowImeSwitcherLocked().
                final boolean needsToShowImeSwitcher = shouldShowImeSwitcherLocked();