Skip to content

Commit

Permalink
Fix popGesture freezes the app - #4388
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd committed Dec 5, 2018
1 parent 3f079f4 commit 11a174b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ios/RNNNavigationStackManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ - (void)push:(UIViewController *)newTop onTop:(UIViewController *)onTopViewContr
nvc.delegate = animationDelegate;
} else {
nvc.delegate = nil;
nvc.interactivePopGestureRecognizer.delegate = nil;
}

[self performAnimationBlock:^{
Expand Down

0 comments on commit 11a174b

Please sign in to comment.