[Android] Dismiss keyboard accessory before Menu actions
Some actions (currently "New Incognito Tab" and "Recent Tabs") open as page in the current tab. Keyboards would be implicitly dismissed by Android but an open Accessory closes only when the page changes. This causes the activity to update its bounds too late and leave a patch on the newly renderd page. Therefore, this CL causes all accessory elements to be dismissed once any action is selected. Bug: 877029 Change-Id: I92a3174c7c7ffcb7e94e3b39b3a26b0eb7a4f1f3 Reviewed-on: https://chromium-review.googlesource.com/1188303Reviewed-by:Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Friedrich Horschig [CEST] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#585784}
Showing
Please register or sign in to comment