Explorar el Código

Fix popGesture freezes the app - #4388

yogevbd hace 6 años
padre
commit
11a174b31a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      lib/ios/RNNNavigationStackManager.m

+ 0
- 1
lib/ios/RNNNavigationStackManager.m Ver fichero

@@ -12,7 +12,6 @@ typedef void (^RNNAnimationBlock)(void);
12 12
 		nvc.delegate = animationDelegate;
13 13
 	} else {
14 14
 		nvc.delegate = nil;
15
-		nvc.interactivePopGestureRecognizer.delegate = nil;
16 15
 	}
17 16
 	
18 17
 	[self performAnimationBlock:^{