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

Commit 6640d21b authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Revert "Fix IMMS#mInputShown state inconsistency."

This reverts commit 8d4a9117.

Because of a regression Bug 21161785.

Bug: 21161785
Bug: 18722991
Bug: 20763994
Bug: 20764441
Bug: 20926844
Change-Id: If58612eda08764be0226832c0a73f03683889cdb
parent aee0c2ce
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();