commit | 1e48d111c0366aef6e80e215d9341272bc246649 | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Thu Sep 17 20:33:18 2009 -0700 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Thu Sep 17 20:33:31 2009 -0700 |
tree | c2c15ce04c2048b7bef2fb95e0d06c771adb3ac1 | |
parent | 2e6ef32af057bbd3e0e556fc7611e45bae091e7d [diff] |
Preventing pictures from blinking during contact sync. We were clearing photo cache on every notification from the cursor. There is no reason to do so and a good reason to not do so. We used to build a sparse array based on the cursor position, which would have to be invalidated when the cursor re-queried. It's soft cache based on the photo id, so it can be kept around across those reloads. Change-Id: I3f7fdcabbbeb09983410f8d092f31647df8fd698