Quellcode durchsuchen

Fix popGesture freezes the app - #4388

yogevbd vor 6 Jahren
Ursprung
Commit
11a174b31a
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0
    1
      lib/ios/RNNNavigationStackManager.m

+ 0
- 1
lib/ios/RNNNavigationStackManager.m Datei anzeigen

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