You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments