Showing
1 changed file
with
1 additions
and
1 deletions
@@ -345,7 +345,7 @@ | @@ -345,7 +345,7 @@ | ||
345 | 345 | ||
346 | - (void)nativeAction:(YHNative *)native didEndWithResult:(BOOL)success userInfo:(NSDictionary *)userInfo | 346 | - (void)nativeAction:(YHNative *)native didEndWithResult:(BOOL)success userInfo:(NSDictionary *)userInfo |
347 | { | 347 | { |
348 | - if (self.delegate && [self.delegate respondsToSelector:@selector(nativeAction:didEndWithResult:)]) { | 348 | + if (self.delegate && [self.delegate respondsToSelector:@selector(nativeAction:didEndWithResult:userInfo:)]) { |
349 | [self.delegate nativeAction:native didEndWithResult:success userInfo:userInfo]; | 349 | [self.delegate nativeAction:native didEndWithResult:success userInfo:userInfo]; |
350 | } | 350 | } |
351 | } | 351 | } |
-
Please register or login to post a comment