Hide history page info icon toast when in VR.
It should be impossible for this toast to show up while in VR as we intentionally never send long presses for exactly this reason. However, the toast is still showing up whenever the icon is clicked or scrolled over, but only on Android N. I've gone through the support library code, and overridden the long-press handler that shows the toast and the toast still shows up. I have no idea what's creating the toast or how to even find that out. The simplest solution seems to be just clearing the title when we're in VR, as the toast will never show up then. Bug: 829151 Change-Id: I9353ffa41ee44e488cc79d44ad6869961e11561f Reviewed-on: https://chromium-review.googlesource.com/998658Reviewed-by:Theresa <twellington@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#548782}
Showing
Please register or sign in to comment