commit | 001dd756f5e6680551040eb248e1e07cc388b1bd | [log] [tgz] |
---|---|---|
author | Hidehiko Abe <hidehiko@chromium.org> | Fri Apr 18 00:43:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 18 00:43:01 2025 |
tree | 10a3b7250606173ef3f516f454a2821396c5cdbc | |
parent | de0f419f070a5e7da30a5179c6caa2fe19db20c4 [diff] |
Enable property animation for SingleCategorySettings. There was known issue on using the property animation. If the list is activated, but some of the list are empty, there was a visual glitch. The visual glitch wasn't observed with tween animation because of invcation timing of onResume(); it is called before the animation with tween animation, but after the animation with property animation by design. This CL moves the update function from onResume() to onStart(), which is called before the animation even with property animation. BUG=404074032 TEST=Tryjob. Run following scenario. - Register location (with enabling location on Android settings). - Open Settings > Site Settings > location. Then, made sure there's no visual glitch. Change-Id: I53e2adf26c041221ecfecc3fe1b7993882f01aad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6467344 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1448692}
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.