commit | 9da9023fb1a98c71724965ff2c7fe99df32c8cd6 | [log] [tgz] |
---|---|---|
author | Wen-Chien Wang <wcwang@chromium.org> | Thu Jul 14 18:17:06 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 14 18:17:06 2022 |
tree | 38d1a5c2ce9e531ac1f00b950f0638fb25b849b3 | |
parent | 88b012169450424309166142fab230ac1317603b [diff] |
[Launcher Sort] Handle null index range in reorder animation Previously, the launcher sort animation assumes that there must be apps within the visible range. However, this may not be true as apps could be removed during the sort animation. This cl handles that edge case by creating an empty animation builder and notifying the callback that the fade-in animation is aborted. A test is added to test this special case. Bug: 1289411 Change-Id: Ibf886a083bfd6ab94f827312430c3b7bac32bed4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3756581 Reviewed-by: Andrew Xu <andrewxu@chromium.org> Reviewed-by: Toni Barzic <tbarzic@chromium.org> Commit-Queue: Wen-Chien Wang <wcwang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1024328}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.