DescriptionStop hiding soft input from CompositorViewHolder
CompositorViewHolder hides keyboard on switching tabs. We found that it
is causing a StrictMode violation error in KK (due to a flaw in Android
framework).
But CVH removes ContentView, which eventually calls
ImeAdapter#onViewFocusChanged(false) and then we hide the keyboard anyways.
Therefore, removing the redundant code from CVH and adding a test to
future-proof the behavior.
BUG=623256
TBR=dtrainor@chromium.org
Committed: https://crrev.com/c24619b26e3bed664e25482300d085ea8f1eaefe
Cr-Commit-Position: refs/heads/master@{#403325}
Patch Set 1 #
Messages
Total messages: 13 (6 generated)
|