cros: Fix tablet shelf jank when animating from overview to home
During the overview -> home animation ShelfConfig::is_in_app() was momentarily returning true. This occurred during animation because is_app_list_visible_ was false and overview->InOverviewSession() was false. OnOverviewModeEnded() can no longer be used since is_in_app() will return the wrong value when overview mode has ended and still has a running end animation. Bug: 1011994 Change-Id: Ie3e9bd362979cd573c1261a5b7e23bd30866d18f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849172Reviewed-by:Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#704326}
Showing
Please register or sign in to comment