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

* commit '79d0c080a060b340e87d9211f5b174613b67d947':
  Revert "Fix IMMS#mInputShown state inconsistency."
This commit is contained in:
Yohei Yukawa
2015-05-15 18:51:20 +00:00
committed by Android Git Automerger

View File

@@ -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();