Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cjroth committed Mar 12, 2019
1 parent 7c73f2b commit 9cc49b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions React/Base/RCTTouchHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@ - (void)cancel

- (BOOL)gestureRecognizer:(__unused UIGestureRecognizer *)gestureRecognizer shouldRequireFailureOfGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer
{
// Same condition for `failure of` as for `be prevented by`.
return [self canBePreventedByGestureRecognizer:otherGestureRecognizer];
return NO;
}

@end

0 comments on commit 9cc49b9

Please sign in to comment.