commit | 6ea036760fc03c26201c0329700e80ce37f96c97 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Wed May 06 15:49:00 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed May 06 15:49:00 2009 -0700 |
tree | 731809e8c980ad68622988c0b9f1143bcd0339b0 | |
parent | 959a4bcc4693b0ea69e1db15a8331c0993cfcc26 [diff] | |
parent | f7598245489c6d28c2673acd269ada2e6e834065 [diff] |
am f759824: Merge change 1086 into donut Merge commit 'f7598245489c6d28c2673acd269ada2e6e834065' * commit 'f7598245489c6d28c2673acd269ada2e6e834065': Fixes regression introduced in Cupcake: a couple of adapters were using setTag() to store their own data, which could interfere with the use of setTag() made by the applications. The fix is quite simple an rely on a WeakHashMap to store the holders within the adapters; using the Views as the keys of the map.