commit | 0ea7f7db3357a582bfd15531e5bba5a6d888dfcb | [log] [tgz] |
---|---|---|
author | Jeff DeCew <jeffdq@google.com> | Wed Jul 31 18:29:16 2024 +0000 |
committer | Jeff DeCew <jeffdq@google.com> | Wed Jul 31 18:29:16 2024 +0000 |
tree | 9f7e6ecc3fccf156a7bf553d5bdceba5b301a3ec | |
parent | b457751dd6e360d275cb843dd88f6ba5652a5926 [diff] |
Fix a bug in ContrastColorUtil that was copying NoCopySpan. Copying these spans can result in inappropriately copying references to TextViews, and can even cause inappropriate measures or crashes. Bug: 356393932 Change-Id: If21f9dc36d29a40daf7b11678ed2bbc96123cf60 Test: manual Flag: EXEMPT crash bugfix