Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an issue where state change notifications can be sent mulitple ti…
…mes. (#1372) Before the change: both - (void)setShouldInvertStrongReference:(BOOL)shouldInvertStrongReference and - (void)setNode:(ASDisplayNode *)node will call through [self setupReferencesWithNode:node]; which call the [node addInterfaceStateDelegate:self];
- Loading branch information