- Notifications
You must be signed in to change notification settings - Fork548
[UIKit] Fix threading issue in the selector performAsCurrentTraitCollection. #6870#6872
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…ection.dotnet#6870The thread safe decorator was missing which made the API not behave like the Apple docs states.dotnet#6870
dalexsoto left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Awesome!! ❤️
whitneyschmidt left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
spouliot left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
🎉
VincentDondain left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
GG!
monojenkins commentedAug 28, 2019
Build success |
The thread safe decorator was missing which made the API not behave like the Apple docs states.
#6870