commit | 37dc7cf5eaf4e313a077e102ef86c422bc35df6e | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Fri Dec 17 19:25:08 2010 -0800 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Fri Dec 17 19:25:08 2010 -0800 |
tree | a5b99eb1302b00038eb3a87492489210dcd89c92 | |
parent | 0cd01309feeaf08b1a9852d33fc123c6cbddca6c [diff] |
Improving memory management in ContactPhotoLoader. What was happening was that during sync photos would get loaded and softly retained. The trouble was that GC would sometimes (often) free them before they got retained by the corresponding image view on the UI thread. Change-Id: I6fd05e2761384f5c0a7c9ba470b718237b9fbbf1