Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove _ASDisplayLayer's delegateDidChangeBounds flag #1618

Merged
merged 1 commit into from
Aug 15, 2019

Commits on Aug 15, 2019

  1. Remove _ASDisplayLayer's delegateDidChangeBounds flag

    We rely on the delegate setter to be called to set the flag. However, recent change on iOS 13 causes the setter to not be called at all and thus we had to put up a workaround (TextureGroup#1609). While the workaround works, the perf benefit of that the flag provides doesn't warranty the extra complexity IMO. So I think we should just remove everything.
    nguyenhuy committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    7eae7da View commit details
    Browse the repository at this point in the history