-
Notifications
You must be signed in to change notification settings - Fork 25k
Add assert for recycled views with parent #49937
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
Conversation
b2343bc to
1dcfaa3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70922503 |
|
This pull request was exported from Phabricator. Differential Revision: D70922503 |
1dcfaa3 to
26268b7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70922503 |
Summary: Pull Request resolved: facebook#49937 Adding an assert for recycled views still attached to their parent, which would lead to an exception when the view would be added to a new parent. Changelog: [Internal] Differential Revision: D70922503
1531f52 to
961d8ca
Compare
Summary: Adding an assert for recycled views still attached to their parent, which would lead to an exception when the view would be added to a new parent. Changelog: [Internal] Reviewed By: javache Differential Revision: D70922503
Summary: Pull Request resolved: facebook#49937 Adding an assert for recycled views still attached to their parent, which would lead to an exception when the view would be added to a new parent. Changelog: [Internal] Reviewed By: javache Differential Revision: D70922503
|
This pull request was exported from Phabricator. Differential Revision: D70922503 |
961d8ca to
bf7d4f5
Compare
|
This pull request has been merged in 1482dd9. |
|
This pull request was successfully merged by Nick Lefever in 1482dd9 When will my fix make it into a release? | How to file a pick request? |
Summary:
Adding an assert for recycled views still attached to their parent, which would lead to an exception when the view would be added to a new parent.
Changelog: [Internal]
Differential Revision: D70922503