-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Add unit tests for CompositeBackgroundDrawable
layer ordering optimization
#47913
Conversation
This pull request was exported from Phabricator. Differential Revision: D66381515 |
ebf47d4
to
390d5b1
Compare
…ization (facebook#47913) Summary: CompositeBackgroundDrawable has some logic for inserting the layers that are not set through the constructor. This unit test makes sure they are being properly ordered. Differential Revision: D66381515
This pull request was exported from Phabricator. Differential Revision: D66381515 |
…ization (facebook#47913) Summary: CompositeBackgroundDrawable has some logic for inserting the layers that are not set through the constructor. This unit test makes sure they are being properly ordered. Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D66381515
390d5b1
to
39f5226
Compare
This pull request was exported from Phabricator. Differential Revision: D66381515 |
…ization (facebook#47913) Summary: CompositeBackgroundDrawable has some logic for inserting the layers that are not set through the constructor. This unit test makes sure they are being properly ordered. Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D66381515
39f5226
to
82da38a
Compare
This pull request was exported from Phabricator. Differential Revision: D66381515 |
This pull request has been merged in 96e66e7. |
This pull request was successfully merged by @jorge-cab in 96e66e7 When will my fix make it into a release? | How to file a pick request? |
Summary: CompositeBackgroundDrawable has some logic for inserting the layers that are not set through the constructor. This unit test makes sure they are being properly ordered.
Differential Revision: D66381515