| commit | fc343967c8310a425d2df2aefd01fbe60bf3ef3a | [log] [tgz] |
|---|---|---|
| author | Chet Haase <chet@google.com> | Wed Sep 18 08:44:33 2013 -0700 |
| committer | Chet Haase <chet@google.com> | Wed Sep 18 08:44:33 2013 -0700 |
| tree | 8df15a85c58af0ff09a82893ca4348c74bab975e | |
| parent | e48569a87057e46a30d3dcbb2d788a4e4da7f21c [diff] |
Fix leak fix in ViewTreeObserver The leak fix of the CopyOnWriteArray in ViewTreeObserver was too aggressive, always clearing the shadow copy when it should only have cleared it when needed. The way it works now, we will always clear the listeners for ViewTreeObserver after the listeners are processed. Issue #10815924 ViewTreeObserver leak fix too aggressive Change-Id: Iff0095d73beb38e52b0a5ae6b6378afec4458fd3