* commit '22d7ec329673fbea79011fb64043a8bd2fca7993': Fix IMMS#mInputShown state inconsistency.
This commit is contained in:
@@ -1695,6 +1695,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
vis = 0;
|
||||
}
|
||||
mImeWindowVis = vis;
|
||||
mInputShown = ((mImeWindowVis & InputMethodService.IME_VISIBLE) != 0);
|
||||
mBackDisposition = backDisposition;
|
||||
final boolean iconVisibility = ((vis & (InputMethodService.IME_ACTIVE)) != 0)
|
||||
&& (mWindowManagerService.isHardKeyboardAvailable()
|
||||
|
||||
Reference in New Issue
Block a user