Stop 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 Review-Url: https://codereview.chromium.org/2108203003 Cr-Commit-Position: refs/heads/master@{#403325}
Showing
Please register or sign in to comment