Android: Fix a crash in navigation sheet
The reported crash can happen when navigation sheet's request to show fails. It should have always called |hideContent| to remove itself from the queue but it was done only when the current sheet state is hidden. This CL fixes it to perform the hiding operation unconditionally. Bug: 1021932 Change-Id: I3fa3c08ff814d9aa2aa149196b9f5e91b262cb73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910819Reviewed-by:Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#714527}
Showing
Please register or sign in to comment