You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DownloadBubble] Always invalidate layout when showing animation
This fixes a bug that caused the download animation to go up the left
side of the window to (0, 0). By always invalidating the layout when the
animation needs to be displayed, we will force Layout() to run first
before the code that calculates the animation's position based on the
view bounds.
Bug: 1428369
Change-Id: Idb381181e3790b3b76f550c51368570b77e00d01
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4375591
Commit-Queue: Lily Chen <chlily@chromium.org>
Reviewed-by: Daniel Rubery <drubery@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1123095}
0 commit comments