mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-29 08:39:00 +08:00
Skip selector check in proxy
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
- (void)forwardInvocation:(NSInvocation *)invocation
|
||||
{
|
||||
id target = _target;
|
||||
if ([target respondsToSelector:invocation.selector]) {
|
||||
if (target != nil) {
|
||||
[invocation invokeWithTarget:target];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user