diff --git a/AsyncDisplayKit/ASControlNode.m b/AsyncDisplayKit/ASControlNode.m index 002a8bf1e3..ef362f8606 100644 --- a/AsyncDisplayKit/ASControlNode.m +++ b/AsyncDisplayKit/ASControlNode.m @@ -368,7 +368,7 @@ void _ASEnumerateControlEventsIncludedInMaskWithBlock(ASControlNodeEvent mask, v - (BOOL)_isInterestedInTouches { // We're only interested in touches if we're enabled and we've got targets to talk to. - return self.enabled && ([_controlEventDispatchTable count] > 0); + return self.enabled; } id _ASControlNodeEventKeyForControlEvent(ASControlNodeEvent controlEvent)