Revert "Remove ViewTreeObserver allocations"
This reverts commit b999cc11. There was an assumption in this earlier change that observer dispatching could not be recursive - we could only ever have one iteration on the observer listener list. This assumption broke down in a specific app, and maybe in more, so reverting the change for now. We should probably find a way to accomplish the same allocation-minimizing goal without causing exceptions when violating our assumptions. Issue #6620795 [Application compatibility] Lufthansa app crashes Change-Id: I1c1f9ad329c14398feb0e74ce77e1a07111f7d1f
Loading
Please register or sign in to comment