Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not exclude proxies from drawables list
we had an optimization where we would exclude drawable proxies from the drawables list if they had nothing to draw. But listeners may make use of those proxies, so we can't remove them from the list of drawables. Diffs= d30f3e3ca6 do not exclude proxies from drawables list (#8762)
- Loading branch information