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

Commit 8f169af3 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android Git Automerger
Browse files

am d34d5dba: am 79d0c080: Merge "Revert "Fix IMMS#mInputShown state inconsistency."" into mnc-dev

* commit 'd34d5dba':
  Revert "Fix IMMS#mInputShown state inconsistency."
parents d4510138 d34d5dba
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();