Authored by gaoqiang xu

no message

@@ -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 }