소스 검색

Fix popGesture freezes the app - #4388

yogevbd 6 년 전
부모
커밋
11a174b31a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      lib/ios/RNNNavigationStackManager.m

+ 0
- 1
lib/ios/RNNNavigationStackManager.m 파일 보기

@@ -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:^{