Android: Fix for wrong gesture navigation sheet UI
This is a speculative fix for the report bugs on navigation sheet UI working wrong, which is hard to repro locally. NavigationSheet view is based on ListView that might not be guaranteed to work when reused. This CL creates a new ListView for displaying the navigation history entry list for each request. Bug: 1007049, 1009059 Change-Id: Ibc0a65095e1c3f6b2cf06eede0db915755842053 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831620Reviewed-by:Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#701841}
Showing
Please register or sign in to comment