Android: Fix navigation bubble visibility on KitKat
This CL fixes a bug that makes navigation bubble invisible after a certain animation. - set NavigationBubble layer type to software - Removed an unnecessary, seemingly offending navigation when gesture is canceled. It performed 2 animations in succession, but the 2nd one is not necessary since the bubble will have already disappeared from the screen after the 1st one. - Do not clear animation at the gesture start. Bug: 988341 Change-Id: Ifce226a148c88b5c7db6290c0ebf2fafd10c3c85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724071Reviewed-by:Ted Choc <tedchoc@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#682050}
Showing
Please register or sign in to comment