commit | dfefa3e915938aa1eeeaa7c0910a882bded7bcf7 | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Fri Jul 17 15:06:16 2009 +0100 |
committer | Bjorn Bringert <bringert@android.com> | Fri Jul 17 17:22:44 2009 +0100 |
tree | 67eb54df53b834ebc5445f8083e174c587716017 | |
parent | f32f746b83826303350417ff9937a6f9e5488f24 [diff] |
Copy cached drawables in search dialog. Before, Drawables for cached icons were reused. This is not good, since they can then share mutable state information. This change copies all Drawables when getting them from the cache, storing only the constant state in the cache. Hopefully fixes http://b/issue?id=1984813