diff options
author | Alan Viverette <alanv@google.com> | 2015-06-03 10:35:44 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2015-06-03 10:35:44 -0700 |
commit | 6c413ce6382d083c0f34fb9c8f5220e1cf467650 (patch) | |
tree | 4176e1f04ffc69cea97a9c2f00d8247eba615c1c /libs/hwui/renderthread/DrawFrameTask.cpp | |
parent | 5431000830551959db15038da8f057c2e993d01a (diff) |
Call dispatchFinishTemporaryDetach before returning a transient view
ListView caches transient state views for reuse during layout, which calls
dispatchStartTemporaryDetach() before caching the view. This should always
be followed by a corresponding dispatchFinishTemporaryDetach() before
removing the view from the cache and returning it for reuse. While this
was the case for other types of cached views, we missed this call for
views placed in one of the two transient view caches.
Bug: 17387206
Change-Id: I360945006558b2783c098183a7cc9bc28d05d9ab
Diffstat (limited to 'libs/hwui/renderthread/DrawFrameTask.cpp')
0 files changed, 0 insertions, 0 deletions