瀏覽代碼

Fix popGesture freezes the app - #4388

yogevbd 7 年之前
父節點
當前提交
11a174b31a
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      lib/ios/RNNNavigationStackManager.m

+ 0
- 1
lib/ios/RNNNavigationStackManager.m 查看文件

12
 		nvc.delegate = animationDelegate;
12
 		nvc.delegate = animationDelegate;
13
 	} else {
13
 	} else {
14
 		nvc.delegate = nil;
14
 		nvc.delegate = nil;
15
-		nvc.interactivePopGestureRecognizer.delegate = nil;
16
 	}
15
 	}
17
 	
16
 	
18
 	[self performAnimationBlock:^{
17
 	[self performAnimationBlock:^{