DescriptionSpeculative fix for the NPE in dispatchGetDisplayList
In https://codereview.chromium.org/1638303002, we began potentially
removing the overscroll refresh layout at the end of the animations.
According to this article:
http://stackoverflow.com/questions/15636658/nullpointerexception-when-adding-removing-views-of-a-relativelayout-animations
That could potentially be the source of the crashes we are seeing.
Changing it to post the detach instead of calling it synchronously in
the animation listener.
BUG=590359
Committed: https://crrev.com/27d091d7ac6fdbb88d593c92d515c2a8d63544fc
Cr-Commit-Position: refs/heads/master@{#381595}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|