commit | 91dc7f86b51be0014841f53d6c6f8c831165e681 | [log] [tgz] |
---|---|---|
author | Sinan Sahin <sinansahin@google.com> | Thu Jan 12 02:07:49 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 12 02:07:49 2023 |
tree | 32099d042c1035fde593eed3ff6e966081968a04 | |
parent | 193f0cb37309b5d84909d2f440856498e22f4861 [diff] |
[Fixit] Fix Recents icon The app icon in Recents was appearing with an outline because we were calling Actvity#setTaskDescription() to fix an issue where the Recents item header in older versions of Android would have a colorPrimary background. The reason was that we were providing R.mipmap.app_icon with the call, which resolves to the app icon that should only be used below API 26. This CL passes null for values in the TaskDescription that we don't intend to change. Bug: 1220734 Change-Id: I4b3567b85019e0a65ae83699e319c5d1066d2d8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4159812 Reviewed-by: Theresa Sullivan <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/main@{#1091635}
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.